0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-19 11:32:16 +02:00

Move buildConfig from properties into build.gradle

Apparently setting 'android.defaults.buildfeatures.buildconfig=true'
is deprecated and will be removed in version 9.0 of the Android Gradle
plugin.
This commit is contained in:
Markus Fisch 2024-03-26 20:36:10 +01:00
parent 4fcb836b53
commit 643a935852
2 changed files with 4 additions and 1 deletions

View File

@ -42,6 +42,10 @@ android {
}
}
buildFeatures {
buildConfig true
}
bundle {
language {
// To make the app bundle contain all language resources

View File

@ -1,5 +1,4 @@
org.gradle.jvmargs=-Xmx1536m
kotlin.code.style=official
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false