Skip to content

Commit c3b0640

Browse files
authored
Bump Gradle to 9.1.0 (#149)
1 parent a7eb472 commit c3b0640

3 files changed

Lines changed: 14 additions & 7 deletions

File tree

gradle.properties

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ org.gradle.configureondemand=true
2626
# AndroidX Migration https://developer.android.com/jetpack/androidx/migrate
2727
android.useAndroidX=true
2828
# Removes uneccessary default build features
29-
android.defaults.buildfeatures.aidl=false
30-
android.defaults.buildfeatures.buildconfig=false
31-
android.defaults.buildfeatures.renderscript=false
3229
android.defaults.buildfeatures.resvalues=false
3330
android.defaults.buildfeatures.shaders=false
3431
# Enables namespacing of each library's R class so that its R class includes only the
@@ -70,4 +67,13 @@ POM_DEVELOPER_EMAIL=skydoves2@gmail.com
7067

7168
SONATYPE_HOST=CENTRAL_PORTAL
7269
RELEASE_SIGNING_ENABLED=true
73-
SONATYPE_AUTOMATIC_RELEASE=true
70+
SONATYPE_AUTOMATIC_RELEASE=true
71+
android.sdk.defaultTargetSdkToCompileSdkIfUnset=false
72+
android.enableAppCompileTimeRClass=false
73+
android.usesSdkInManifest.disallowed=false
74+
android.uniquePackageNames=false
75+
android.dependency.useConstraints=true
76+
android.r8.strictFullModeForKeepRules=false
77+
android.r8.optimizedResourceShrinking=false
78+
android.builtInKotlin=false
79+
android.newDsl=false

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ androidGradlePlugin = "8.13.1"
1313
androidxActivity = "1.11.0"
1414
androidxComposeBom = "2025.12.00"
1515
jetbrains-compose = "1.9.3"
16-
compose-stability-analyzer = "0.7.2"
16+
compose-stability-analyzer = "0.7.3"
1717
runtimeAnnotation = "1.9.0"
1818
spotless = "6.21.0"
1919
shadow = "8.1.1"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
#Sat Oct 18 19:34:16 KST 2025
1+
#Sat Apr 11 10:05:22 KST 2026
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
4+
distributionSha256Sum=a17ddd85a26b6a7f5ddb71ff8b05fc5104c0202c6e64782429790c933686c806
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
56
networkTimeout=10000
67
validateDistributionUrl=true
78
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)