File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11buildscript {
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
Original file line number Diff line number Diff line change @@ -17,7 +17,16 @@ org.gradle.jvmargs=-Xmx1536m
1717android.useAndroidX =true
1818# Automatically convert third-party libraries to use AndroidX
1919android.enableJetifier =true
20- android.defaults.buildfeatures.buildconfig =true
2120android.nonTransitiveRClass =false
2221android.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
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.5.0 -all.zip
You can’t perform that action at this time.
0 commit comments