Skip to content

Commit

Permalink
Update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Jan 27, 2025
1 parent 1655b53 commit 8375cb5
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 @@ -2,7 +2,7 @@
minSdk = "21"
compileSdk = "35"
kotlin = "2.1.0"
agp = "8.7.2" # https://maven.google.com/web/index.html?q=gradle.plugin#com.android.library:com.android.library.gradle.plugin
agp = "8.8.0" # https://maven.google.com/web/index.html?q=gradle.plugin#com.android.library:com.android.library.gradle.plugin
compose-multiplatform = "1.7.1" # https://github.com/JetBrains/compose-multiplatform/releases
androidx-compose-runtime = "1.7.5" # https://developer.android.com/jetpack/androidx/releases/compose-runtime
androidx-compose-ui = "1.7.5" # https://developer.android.com/jetpack/androidx/releases/compose-ui
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 @@
#Mon Jun 24 00:55:16 EDT 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 8375cb5

Please sign in to comment.