File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,10 @@ buildscript {
27
27
repositories {
28
28
mavenCentral()
29
29
google()
30
-
31
- // Raw R8 releases.
32
- maven {
33
- url(" https://storage.googleapis.com/r8-releases/raw" )
34
- }
35
30
}
36
31
37
32
dependencies {
38
- classpath ' com.android.tools.build:gradle:8.3.0'
39
-
40
- // More info: https://issuetracker.google.com/issues/280659987
41
- // noinspection GradleDependency, keep R8 version to AGP 8.1.0-beta4.
42
- classpath(" com.android.tools:r8:8.1.46" )
33
+ classpath ' com.android.tools.build:gradle:8.5.1'
43
34
}
44
35
}
45
36
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
You can’t perform that action at this time.
0 commit comments