We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80273f3 commit bc7d221Copy full SHA for bc7d221
build.gradle
@@ -13,7 +13,7 @@ buildscript {
13
google()
14
}
15
dependencies {
16
- classpath 'com.android.tools.build:gradle:8.7.3'
+ classpath 'com.android.tools.build:gradle:8.8.0'
17
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
18
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
19
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments