forked from organicmaps/organicmaps
[android] Fix buildconfig deprecation
Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
parent
2d95874ecb
commit
1e6c69f69e
2 changed files with 1 additions and 1 deletions
|
@ -158,6 +158,7 @@ android {
|
|||
|
||||
buildFeatures {
|
||||
dataBinding = true
|
||||
buildConfig = true
|
||||
}
|
||||
// All properties are read from gradle.properties file
|
||||
compileSdk propCompileSdkVersion.toInteger()
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue