chore(deps): upgrade AGP to 9.0.0

This commit is contained in:
ThibaultBee
2026-02-04 14:38:39 +01:00
parent 344f270a06
commit 529356a052
3 changed files with 13 additions and 3 deletions

View File

@@ -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
}

View File

@@ -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
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

View File

@@ -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