Skip to content

Commit 89aaeec

Browse files
committed
Upgrade to Gradle 8.8
1 parent 1c6c7ae commit 89aaeec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
}
1111
}
1212
dependencies {
13-
classpath 'com.android.tools.build:gradle:8.5.0'
13+
classpath 'com.android.tools.build:gradle:8.8.0'
1414
//classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:2.0.0'
1515
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
1616
classpath 'com.github.ben-manes:gradle-versions-plugin:0.38.0'
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)