Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                                   | from        | to     |
| ---------- | --------------------------------------------------------- | ----------- | ------ |
| maven      | com.android.library:com.android.library.gradle.plugin     | 8.3.0       | 8.4.1  |
| maven      | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin | 1.6.10-rc02 | 1.6.10 |
| maven      | com.gradle.develocity:com.gradle.develocity.gradle.plugin | 3.17.3      | 3.17.4 |
  • Loading branch information
renovate[bot] committed May 20, 2024
1 parent 86fc0f0 commit 01d8987
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ retrofit = "2.11.0"
moshi = "1.15.1"
spotlessVersion = "6.25.0"
compose = "1.6.7"
composePlugin = "1.6.10-rc02"
agp = "8.3.0"
composePlugin = "1.6.10"
agp = "8.4.1"
android-compileSdk = "34"
cache4k = "0.13.0"
publish="0.28.0"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pluginManagement {
}

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

Expand Down

0 comments on commit 01d8987

Please sign in to comment.