mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-28 04:47:37 +00:00
Workaround configuration cache bug in AGP (#1711)
This commit is contained in:
parent
5e251dd599
commit
cfb4d6be2b
@ -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…
x
Reference in New Issue
Block a user