From 529356a0520c16b0f376cad105c8da9b87e60fb5 Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Wed, 4 Feb 2026 14:38:39 +0100 Subject: [PATCH] chore(deps): upgrade AGP to 9.0.0 --- build.gradle | 2 +- gradle.properties | 12 +++++++++++- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 907baaf..46321f4 100644 --- a/build.gradle +++ b/build.gradle @@ -7,6 +7,6 @@ buildscript { } plugins { - id 'com.android.application' version '8.13.0' apply false + id 'com.android.application' version '9.0.0' apply false id 'org.jetbrains.kotlin.android' version '2.2.20' apply false } \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index f19c7b9..669da2a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,4 +21,14 @@ kotlin.code.style=official # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true -android.nonFinalResIds=false \ No newline at end of file +android.nonFinalResIds=false +android.defaults.buildfeatures.resvalues=true +android.sdk.defaultTargetSdkToCompileSdkIfUnset=false +android.enableAppCompileTimeRClass=false +android.usesSdkInManifest.disallowed=false +android.uniquePackageNames=false +android.dependency.useConstraints=true +android.r8.strictFullModeForKeepRules=false +android.r8.optimizedResourceShrinking=false +android.builtInKotlin=false +android.newDsl=false \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 261645d..ebcec8e 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Sun Mar 26 13:16:11 CEST 2023 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME