mirror of
https://github.com/imcarlost/Friendlists.git
synced 2026-04-10 02:46:54 -04:00
migrate to multidatabase structure and clean up code
This commit is contained in:
@@ -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')
|
||||
}
|
||||
Reference in New Issue
Block a user