migrate to new buildConfig flag

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2023-12-05 16:55:07 +01:00
parent 12a1b7e6f8
commit 503a4f5c11
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B
2 changed files with 1 additions and 1 deletions

View file

@ -129,6 +129,7 @@ android {
buildFeatures {
viewBinding true
buildConfig = true
}
lint {

View file

@ -35,7 +35,6 @@ org.gradle.jvmargs=-XX:MaxHeapSize\=2048m -Xmx2048m
android.useAndroidX=true
android.enableJetifier=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false