mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-05 15:45:42 +02: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")
|
||||
|
||||
dependenciesInfo {
|
||||
includeInBundle = false
|
||||
includeInApk = false
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
viewBinding = true
|
||||
buildConfig = true
|
||||
|
|
Loading…
Reference in a new issue