Skip to content

Commit

Permalink
Upgraded Android Gradle Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Sep 22, 2024
1 parent 050f3cf commit 77ee1fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Sun Sep 22 21:01:56 CEST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencyResolutionManagement {
version("kotlin", kotlinVersion)
version("ksp", kspVersion)
version("kotlinxSerialization", kotlinxSerialization)
version("androidPlugin", "8.3.0")
version("androidPlugin", "8.6.0")
version("composeCompiler", "1.5.11")

// BEGIN These should be upgraded in unison
Expand Down

0 comments on commit 77ee1fe

Please sign in to comment.