mirror of
https://github.com/imcarlost/Friendlists.git
synced 2026-04-09 18:38:36 -04:00
12 lines
220 B
Groovy
12 lines
220 B
Groovy
apply plugin: 'com.android.library'
|
|
apply from: '../core.gradle'
|
|
|
|
android {
|
|
defaultConfig {
|
|
buildConfigField "String", "DB_NAME", '"photolist.db"'
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':base')
|
|
} |