We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9384365 commit 2482615Copy full SHA for 2482615
2 files changed
app/build.gradle
@@ -92,6 +92,7 @@ android {
92
93
buildFeatures {
94
viewBinding true
95
+ buildConfig true
96
}
97
98
packagingOptions {
gradle.properties
@@ -1,4 +1,3 @@
1
-android.defaults.buildfeatures.buildconfig=true
2
android.enableJetifier=false
3
android.nonFinalResIds=false
4
android.nonTransitiveRClass=true
0 commit comments