aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Android_Studio/Tango.Integration/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Android_Studio/Tango.Integration/build.gradle')
-rw-r--r--Software/Android_Studio/Tango.Integration/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Android_Studio/Tango.Integration/build.gradle b/Software/Android_Studio/Tango.Integration/build.gradle
index 255fce0f6..ba8a3f663 100644
--- a/Software/Android_Studio/Tango.Integration/build.gradle
+++ b/Software/Android_Studio/Tango.Integration/build.gradle
@@ -39,7 +39,6 @@ dependencies {
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
compile globalDependencies.rxJavaAndroid
compile globalDependencies.rxJava
- compile globalDependencies.logging
compile globalDependencies.dagger
compile globalDependencies.daggerAndroid
implementation project(':Tango.PMR')
@@ -47,4 +46,5 @@ dependencies {
implementation project(':Tango.Core')
implementation project(':Tango.DAL')
implementation project(':Tango.Web')
+ implementation project(':Tango.Logging')
}