Skip to content

Commit caec940

Browse files
committed
Update to gradle 9.0.0
1 parent ad1ac7e commit caec940

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2424
plugins {
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
}

gradle.properties

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,13 @@ android.enableJetifier=false
2020
android.useAndroidX=true
2121
android.nonTransitiveRClass=true
2222
android.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

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

0 commit comments

Comments
 (0)