[android] Fix buildconfig deprecation

Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste 2024-01-07 19:05:24 +01:00 committed by Roman Tsisyk
parent 2d95874ecb
commit 1e6c69f69e
2 changed files with 1 additions and 1 deletions

View file

@ -158,6 +158,7 @@ android {
buildFeatures {
dataBinding = true
buildConfig = true
}
// All properties are read from gradle.properties file
compileSdk propCompileSdkVersion.toInteger()

View file

@ -6,7 +6,6 @@ org.gradle.caching=true
org.gradle.jvmargs=-Xmx1024m -Xms256m
android.useAndroidX=true
android.native.buildOutput=verbose
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false