Skip to content

Commit 401de69

Browse files
committed
Kotlin and Gradle update
1 parent 441170d commit 401de69

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
buildscript {
22

3-
ext.kotlin_version = '2.2.0'
3+
ext.kotlin_version = '2.2.10'
44

55
repositories {
66
mavenCentral()
77
google()
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:8.13.2'
11+
classpath 'com.android.tools.build:gradle:9.3.0'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1313
}
1414

gradle.properties

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,16 @@ org.gradle.jvmargs=-Xmx1536m
1717
android.useAndroidX=true
1818
# Automatically convert third-party libraries to use AndroidX
1919
android.enableJetifier=true
20-
android.defaults.buildfeatures.buildconfig=true
2120
android.nonTransitiveRClass=false
2221
android.nonFinalResIds=false
22+
android.defaults.buildfeatures.resvalues=true
23+
android.sdk.defaultTargetSdkToCompileSdkIfUnset=false
24+
android.enableAppCompileTimeRClass=false
25+
android.usesSdkInManifest.disallowed=false
26+
android.uniquePackageNames=false
27+
android.dependency.useConstraints=true
28+
android.r8.strictFullModeForKeepRules=false
29+
android.r8.optimizedResourceShrinking=false
30+
android.builtInKotlin=false
31+
android.newDsl=false
2332

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.5.0-all.zip

0 commit comments

Comments
 (0)