We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef6872 commit 780702dCopy full SHA for 780702d
2 files changed
build.gradle
@@ -6,7 +6,7 @@ buildscript {
6
mavenCentral()
7
}
8
dependencies {
9
- classpath 'com.android.tools.build:gradle:8.7.3'
+ classpath 'com.android.tools.build:gradle:8.9.1'
10
11
// NOTE: Do not place your application dependencies here; they belong
12
// in the individual module build.gradle files
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.11.1-bin.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
0 commit comments