Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency com.android.tools.build:gradle to v8.7.0 (
Browse files Browse the repository at this point in the history
…#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 <[email protected]>
  • Loading branch information
renovate[bot] and msfjarvis authored Oct 1, 2024
1 parent 1cce849 commit 7fb63fd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ android {
}

buildFeatures { compose = true }
composeOptions { useLiveLiterals = false }

androidResources { generateLocaleConfig = true }

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 0 additions & 1 deletion ui/compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ android {
compose = true
androidResources = true
}
composeOptions { useLiveLiterals = false }
namespace = "app.passwordstore.ui.compose"
}

Expand Down

0 comments on commit 7fb63fd

Please sign in to comment.