From 49ce40b1bb99efaa08440b2a6e8d0124e6201511 Mon Sep 17 00:00:00 2001 From: Fernando Garcia Date: Fri, 20 Dec 2024 12:34:50 +0100 Subject: [PATCH] ANDROID-14792 Update. AGP version according to new lint version needed to use new composeui version --- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 381cf29cf..8b0ade866 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { } } dependencies { - classpath "com.android.tools.build:gradle:8.1.4" + classpath "com.android.tools.build:gradle:8.7.3" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "gradle.plugin.com.betomorrow.gradle:appcenter-plugin:2.0.3" classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:$detekt_version" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index c0e3e1eb5..44bd793ad 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Tue Jan 09 09:55:03 CET 2024 +#Fri Dec 20 12:16:17 CET 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists