Fix gradle deprecation (#27)

* Remove build config in properties file

* Add build config property in main module
This commit is contained in:
Jean-Baptiste 2024-03-29 16:08:42 +01:00 committed by GitHub
parent 004c28737b
commit 478b4751fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View file

@ -44,6 +44,9 @@ android {
}
}
}
buildFeatures {
buildConfig = true
}
buildTypes {
debug {

View file

@ -21,6 +21,5 @@ android.useAndroidX=true
org.gradle.unsafe.configuration-cache=true
org.gradle.warning.mode=none
org.gradle.unsafe.configuration-cache-problems=warn
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false