fix: buildconfig warning (#1676)

This commit is contained in:
adripo 2024-07-04 04:14:55 +02:00 committed by GitHub
parent 336c7a1a89
commit b950bf21f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,8 @@ android {
}
buildFeatures {
viewBinding true
buildConfig = true
viewBinding = true
}
namespace 'ml.docilealligator.infinityforreddit'
}

View File

@ -9,7 +9,6 @@
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
android.defaults.buildfeatures.buildconfig=true
android.enableJetifier=true
android.nonFinalResIds=false
android.nonTransitiveRClass=false