Workaround configuration cache bug in AGP (#1711)
This commit is contained in:
parent
5e251dd599
commit
cfb4d6be2b
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue