aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Android_Studio/Tango.DAL/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Android_Studio/Tango.DAL/build.gradle')
-rw-r--r--Software/Android_Studio/Tango.DAL/build.gradle9
1 files changed, 2 insertions, 7 deletions
diff --git a/Software/Android_Studio/Tango.DAL/build.gradle b/Software/Android_Studio/Tango.DAL/build.gradle
index abaccdd33..fdc899b3a 100644
--- a/Software/Android_Studio/Tango.DAL/build.gradle
+++ b/Software/Android_Studio/Tango.DAL/build.gradle
@@ -34,7 +34,6 @@ 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'
-
//DBFlow
compile globalDependencies.rxJavaAndroid
compile globalDependencies.rxJava
@@ -42,16 +41,12 @@ dependencies {
compile "com.github.Raizlabs.DBFlow:dbflow-core:${dbflow_version}"
compile "com.github.Raizlabs.DBFlow:dbflow:${dbflow_version}"
compile "com.github.Raizlabs.DBFlow:dbflow-rx2:${dbflow_version}"
-
-
implementation project(':Tango.Core')
compile 'com.android.support:support-annotations:25.4.0'
-
- compile globalDependencies.logging
compile globalDependencies.storage
compile globalDependencies.joda
-
- compile group: 'commons-io', name: 'commons-io', version: '2.4'
+ compile 'commons-io:commons-io:2.4'
+ implementation project(':Tango.Logging')
}
//Copy data base to assets folder.