mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-02-22 18:31:50 +01:00
fix: remove deprecated options
This commit is contained in:
parent
b3ebf90ef8
commit
32ea2fa431
|
|
@ -25,7 +25,6 @@ android {
|
|||
}
|
||||
|
||||
buildFeatures { compose = true }
|
||||
composeOptions { useLiveLiterals = false }
|
||||
|
||||
androidResources { generateLocaleConfig = true }
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ android {
|
|||
compose = true
|
||||
androidResources = true
|
||||
}
|
||||
composeOptions { useLiveLiterals = false }
|
||||
namespace = "app.passwordstore.ui.compose"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue