fix(deps): update dependency com.android.tools.build:gradle to v8.7.0 (#3240)
* fix(deps): update dependency com.android.tools.build:gradle to v8.7.0 * fix: remove deprecated options --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
1cce849756
commit
7fb63fdda5
3 changed files with 1 additions and 3 deletions
|
@ -25,7 +25,6 @@ android {
|
|||
}
|
||||
|
||||
buildFeatures { compose = true }
|
||||
composeOptions { useLiveLiterals = false }
|
||||
|
||||
androidResources { generateLocaleConfig = true }
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[versions]
|
||||
agp = "8.6.1"
|
||||
agp = "8.7.0"
|
||||
androidxActivity = "1.9.2"
|
||||
bouncycastle = "1.78.1"
|
||||
coroutines = "1.9.0"
|
||||
|
|
|
@ -13,7 +13,6 @@ android {
|
|||
compose = true
|
||||
androidResources = true
|
||||
}
|
||||
composeOptions { useLiveLiterals = false }
|
||||
namespace = "app.passwordstore.ui.compose"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue