File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,9 +26,6 @@ org.gradle.configureondemand=true
2626# AndroidX Migration https://developer.android.com/jetpack/androidx/migrate
2727android.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
3229android.defaults.buildfeatures.resvalues =false
3330android.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
7168SONATYPE_HOST =CENTRAL_PORTAL
7269RELEASE_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
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ androidGradlePlugin = "8.13.1"
1313androidxActivity = " 1.11.0"
1414androidxComposeBom = " 2025.12.00"
1515jetbrains-compose = " 1.9.3"
16- compose-stability-analyzer = " 0.7.2 "
16+ compose-stability-analyzer = " 0.7.3 "
1717runtimeAnnotation = " 1.9.0"
1818spotless = " 6.21.0"
1919shadow = " 8.1.1"
Original file line number Diff line number Diff line change 1- # Sat Oct 18 19:34:16 KST 2025
1+ # Sat Apr 11 10:05:22 KST 2026
22distributionBase =GRADLE_USER_HOME
33distributionPath =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
56networkTimeout =10000
67validateDistributionUrl =true
78zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments