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

Commit 7fb63fd

Browse files
renovate[bot]msfjarvis
andauthoredOct 1, 2024··
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>
1 parent 1cce849 commit 7fb63fd

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed
 

Diff for: ‎app/build.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ android {
2525
}
2626

2727
buildFeatures { compose = true }
28-
composeOptions { useLiveLiterals = false }
2928

3029
androidResources { generateLocaleConfig = true }
3130

Diff for: ‎gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.6.1"
2+
agp = "8.7.0"
33
androidxActivity = "1.9.2"
44
bouncycastle = "1.78.1"
55
coroutines = "1.9.0"

Diff for: ‎ui/compose/build.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ android {
1313
compose = true
1414
androidResources = true
1515
}
16-
composeOptions { useLiveLiterals = false }
1716
namespace = "app.passwordstore.ui.compose"
1817
}
1918

0 commit comments

Comments
 (0)
This repository has been archived.