Fix Android Gradle plugin warning
This commit is contained in:
parent
9384365061
commit
2482615460
|
@ -92,6 +92,7 @@ android {
|
|||
|
||||
buildFeatures {
|
||||
viewBinding true
|
||||
buildConfig true
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
android.defaults.buildfeatures.buildconfig=true
|
||||
android.enableJetifier=false
|
||||
android.nonFinalResIds=false
|
||||
android.nonTransitiveRClass=true
|
||||
|
|
Loading…
Reference in New Issue