This commit is contained in:
adripo 2024-06-26 04:30:04 +02:00 committed by GitHub
commit 5126fd1486
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