Skip to content

Commit

Permalink
chore(deps): update all dependencies (#3541)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
renovate[bot] and serras authored Dec 4, 2024
1 parent e5fde90 commit 9131152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ moshi = "1.15.1"
spotlessVersion = "6.25.0"
compose = "1.7.5"
composePlugin = "1.7.1"
agp = "8.7.2"
agp = "8.7.3"
android-compileSdk = "34"
cache4k = "0.13.0"
publish="0.30.0"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pluginManagement {

plugins {
id("com.gradle.develocity") version "3.18.2"
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
id("org.gradle.toolchains.foojay-resolver-convention") version("0.9.0")
}

val kotlin_repo_url: String? by settings
Expand Down

0 comments on commit 9131152

Please sign in to comment.