mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
Migrate BuildConfig to Gradle Build Files
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
5bf9bab405
commit
6038dd892c
2 changed files with 4 additions and 1 deletions
|
@ -126,6 +126,10 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
buildFeatures {
|
||||||
|
buildConfig = true
|
||||||
|
}
|
||||||
|
|
||||||
productFlavors {
|
productFlavors {
|
||||||
// used for f-droid
|
// used for f-droid
|
||||||
generic {
|
generic {
|
||||||
|
|
|
@ -4,7 +4,6 @@ NC_TEST_SERVER_USERNAME=test
|
||||||
NC_TEST_SERVER_PASSWORD=test
|
NC_TEST_SERVER_PASSWORD=test
|
||||||
android.enableJetifier=true
|
android.enableJetifier=true
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
android.defaults.buildfeatures.buildconfig=true
|
|
||||||
android.nonTransitiveRClass=false
|
android.nonTransitiveRClass=false
|
||||||
android.nonFinalResIds=false
|
android.nonFinalResIds=false
|
||||||
#android.debug.obsoleteApi=true
|
#android.debug.obsoleteApi=true
|
||||||
|
|
Loading…
Reference in a new issue