Skip to content

Commit

Permalink
Upgrade Gradle to 8.9
Browse files Browse the repository at this point in the history
as suggested by Android Gradle Plugin.

Kotlin needed to be upgraded, too, for compatibility.
  • Loading branch information
amberin committed Oct 18, 2024
1 parent 24da5ae commit 48e5c85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ buildscript {

def versions = [:]

versions.android_gradle_plugin = '8.1.1'
versions.android_gradle_plugin = '8.7.1'

versions.kotlin = '1.7.20'
versions.kotlin = '1.9.23'

versions.kotlin_coroutines = '1.7.3'

Expand Down
8 changes: 4 additions & 4 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Sat Jan 29 20:23:20 CET 2022
#Fri Oct 18 23:35:45 CEST 2024
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
distributionSha256Sum=d725d707bfabd4dfdc958c624003b3c80accc03f7037b5122c4b1d0ef15cecab
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
distributionSha256Sum=cb87f222c5585bd46838ad4db78463a5c5f3d336e5e2b98dc7c0c586527351c2
zipStorePath=wrapper/dists

0 comments on commit 48e5c85

Please sign in to comment.