Skip to content

Commit

Permalink
Update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
phansier committed Jan 10, 2025
1 parent 64119aa commit 7841cc3
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 @@ -6,7 +6,7 @@ wearMinSdk = "25"

kotlin = "2.1.0" # https://github.com/JetBrains/kotlin/releases
compose = "1.7.6" # https://developer.android.com/jetpack/androidx/releases/compose-ui
jetbrainsCompose = "1.8.0+dev1994" # https://github.com/JetBrains/compose-multiplatform/releases
jetbrainsCompose = "1.7.3" # https://github.com/JetBrains/compose-multiplatform/releases

agp = "8.8.0" # https://developer.android.com/studio/releases/gradle-plugin
ktor = "3.0.3" # https://github.com/ktorio/ktor
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip

0 comments on commit 7841cc3

Please sign in to comment.