Skip to content

Commit

Permalink
update to gradle 8.7 and wrapper to 8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Strubbl committed Oct 2, 2024
1 parent 7ab1b72 commit ee131cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.6.1'
classpath 'com.android.tools.build:gradle:8.7.0'
}
}

Expand All @@ -20,7 +20,7 @@ allprojects {

tasks {
wrapper {
gradleVersion = "8.7"
gradleVersion = "8.9"
distributionType = Wrapper.DistributionType.ALL
}
}
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 @@
#Wed May 01 16:11:11 CEST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit ee131cf

Please sign in to comment.