mirror of
https://github.com/Docile-Alligator/Infinity-For-Reddit.git
synced 2025-10-29 11:35:08 +00:00
fix: buildconfig warning (#1676)
This commit is contained in:
parent
336c7a1a89
commit
b950bf21f3
@ -50,7 +50,8 @@ android {
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
viewBinding true
|
||||
buildConfig = true
|
||||
viewBinding = true
|
||||
}
|
||||
namespace 'ml.docilealligator.infinityforreddit'
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user