Compare commits

...

2 Commits

Author SHA1 Message Date
adripo
0218fc0190
Merge 343b8e9617 into e1f4dbd01f 2024-06-24 21:18:00 +00:00
adripo
343b8e9617
fix: buildconfig warning 2024-06-17 17:06:46 +02:00
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