Workaround configuration cache bug in AGP (#1711)

This commit is contained in:
Harsh Shandilya 2022-02-05 10:56:26 +05:30 committed by GitHub
parent 5e251dd599
commit cfb4d6be2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,11 @@ android {
adbOptions.installOptions("--user 0") adbOptions.installOptions("--user 0")
dependenciesInfo {
includeInBundle = false
includeInApk = false
}
buildFeatures { buildFeatures {
viewBinding = true viewBinding = true
buildConfig = true buildConfig = true