File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
1010 }
1111
1212 dependencies {
13- classpath ' com.android.tools.build:gradle:8.13.2 '
13+ classpath ' com.android.tools.build:gradle:9.0.0 '
1414
1515 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1616
@@ -22,7 +22,7 @@ buildscript {
2222}
2323
2424plugins {
25- id ' com.google.devtools.ksp' version ' 2.2.10-2.0 .2' apply false
25+ id ' com.google.devtools.ksp' version ' 2.3 .2' apply false
2626 id ' com.mikepenz.aboutlibraries.plugin.android' version " $about_libraries_version " apply false
2727 id ' org.jetbrains.kotlin.plugin.compose' version " $kotlin_version " apply false
2828}
Original file line number Diff line number Diff line change @@ -20,3 +20,13 @@ android.enableJetifier=false
2020android.useAndroidX =true
2121android.nonTransitiveRClass =true
2222android.nonFinalResIds =true
23+ android.defaults.buildfeatures.resvalues =true
24+ android.sdk.defaultTargetSdkToCompileSdkIfUnset =false
25+ android.enableAppCompileTimeRClass =false
26+ android.usesSdkInManifest.disallowed =false
27+ android.uniquePackageNames =false
28+ android.dependency.useConstraints =true
29+ android.r8.strictFullModeForKeepRules =false
30+ android.r8.optimizedResourceShrinking =false
31+ android.builtInKotlin =false
32+ android.newDsl =false
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -all.zip
You can’t perform that action at this time.
0 commit comments