mirror of
https://github.com/androidx/media.git
synced 2025-04-29 22:36:54 +08:00
Upgrade to Gradle 8.10.2 and AGP 8.8.1
This resolves the jacoco log spam when running Robolectric tests on JDK 21, and therefore unblocks bumping our Java language level to 21. PiperOrigin-RevId: 731297393
This commit is contained in:
parent
afea6962c2
commit
37aaef0b32
@ -17,7 +17,7 @@ buildscript {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:8.3.2'
|
classpath 'com.android.tools.build:gradle:8.8.1'
|
||||||
classpath 'com.google.android.gms:strict-version-matcher-plugin:1.2.4'
|
classpath 'com.google.android.gms:strict-version-matcher-plugin:1.2.4'
|
||||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20'
|
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20'
|
||||||
classpath 'org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.20'
|
classpath 'org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.20'
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
Loading…
x
Reference in New Issue
Block a user