Skip to content

Commit 9131152

Browse files
chore(deps): update all dependencies (#3541)
* chore(deps): update all dependencies | datasource | package | from | to | | ---------- | --------------------------------------------------------------------------------------------------------------- | ----- | ----------- | | maven | org.gradle.toolchains.foojay-resolver-convention:org.gradle.toolchains.foojay-resolver-convention.gradle.plugin | 0.8.0 | 0.9.0 | | maven | com.android.library:com.android.library.gradle.plugin | 8.7.2 | 8.7.3 | * Update libs.versions.toml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alejandro Serrano <[email protected]>
1 parent e5fde90 commit 9131152

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ moshi = "1.15.1"
1818
spotlessVersion = "6.25.0"
1919
compose = "1.7.5"
2020
composePlugin = "1.7.1"
21-
agp = "8.7.2"
21+
agp = "8.7.3"
2222
android-compileSdk = "34"
2323
cache4k = "0.13.0"
2424
publish="0.30.0"

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818

1919
plugins {
2020
id("com.gradle.develocity") version "3.18.2"
21-
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
21+
id("org.gradle.toolchains.foojay-resolver-convention") version("0.9.0")
2222
}
2323

2424
val kotlin_repo_url: String? by settings

0 commit comments

Comments
 (0)