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:
@@ -16,7 +16,6 @@ android {
|
||||
versionName "1.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
buildConfigField "String", "DB_NAME", '"friendlists.db"'
|
||||
buildConfigField "String", "BASE_ENDPOINT", '"https://jsonplaceholder.typicode.com/"'
|
||||
}
|
||||
|
||||
@@ -57,6 +56,4 @@ dependencies {
|
||||
implementation project(":userlist")
|
||||
implementation project(":albumlist")
|
||||
implementation project(":photolist")
|
||||
testImplementation project(':testing')
|
||||
androidTestImplementation project(':testing')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user