Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource     | package                                                   | from  | to          |
| -------------- | --------------------------------------------------------- | ----- | ----------- |
| gradle-version | gradle                                                    | 8.12  | 8.12.1      |
| maven          | com.gradle.develocity:com.gradle.develocity.gradle.plugin | 3.19  | 3.19.1      |
| maven          | com.android.library:com.android.library.gradle.plugin     | 8.7.3 | 8.8.0       |
| maven          | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin | 1.7.3 | 1.8.0+check |
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent e843a55 commit 999cd01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ retrofit = "2.11.0"
moshi = "1.15.2"
spotlessVersion = "7.0.2"
compose = "1.7.6"
composePlugin = "1.7.3"
agp = "8.7.3"
composePlugin = "1.8.0+check"
agp = "8.8.0"
android-compileSdk = "34"
cache4k = "0.14.0"
publish="0.30.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
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.19"
id("com.gradle.develocity") version "3.19.1"
id("org.gradle.toolchains.foojay-resolver-convention") version("0.9.0")
}

Expand Down

0 comments on commit 999cd01

Please sign in to comment.