aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Android_Studio/Tango.SharedUI/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Android_Studio/Tango.SharedUI/build.gradle')
-rw-r--r--Software/Android_Studio/Tango.SharedUI/build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/Android_Studio/Tango.SharedUI/build.gradle b/Software/Android_Studio/Tango.SharedUI/build.gradle
index e677acf65..f86545f9b 100644
--- a/Software/Android_Studio/Tango.SharedUI/build.gradle
+++ b/Software/Android_Studio/Tango.SharedUI/build.gradle
@@ -41,7 +41,8 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
- implementation 'io.reactivex.rxjava2:rxjava:2.1.2'
+ compile globalDependencies.rxJavaAndroid
+ compile globalDependencies.rxJava
implementation 'com.mobsandgeeks:android-saripaar:2.0.3'
implementation 'javax.inject:javax.inject:1'
implementation 'com.jakewharton:butterknife:8.7.0'