migrate to multidatabase structure and clean up code

This commit is contained in:
Carlos Martinez
2020-02-13 12:40:28 -03:00
parent e3900ca9db
commit e61c123068
43 changed files with 219 additions and 190 deletions

View File

@@ -1,8 +1,12 @@
apply plugin: 'com.android.library'
apply from: '../core.gradle'
android {
defaultConfig {
buildConfigField "String", "DB_NAME", '"photolist.db"'
}
}
dependencies {
implementation project(':base')
testImplementation project(':testing')
androidTestImplementation project(':testing')
}