From 37aaef0b32cf410999b7576837fc4cbc0a440cd2 Mon Sep 17 00:00:00 2001 From: ibaker Date: Wed, 26 Feb 2025 06:43:20 -0800 Subject: [PATCH] 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 --- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 06c2cbca04..3beb94a663 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { mavenCentral() } 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 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20' classpath 'org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.20' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index fce403e45e..18330fcba8 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME 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 zipStorePath=wrapper/dists