Gradle and dependencies upgrade
This commit is contained in:
@ -25,3 +25,13 @@ android.nonFinalResIds=true
|
||||
android.useAndroidX=true
|
||||
kotlin.code.style=official
|
||||
android.nonTransitiveRClass=true
|
||||
android.defaults.buildfeatures.resvalues=true
|
||||
android.sdk.defaultTargetSdkToCompileSdkIfUnset=false
|
||||
android.enableAppCompileTimeRClass=false
|
||||
android.usesSdkInManifest.disallowed=false
|
||||
android.uniquePackageNames=false
|
||||
android.dependency.useConstraints=true
|
||||
android.r8.strictFullModeForKeepRules=false
|
||||
android.r8.optimizedResourceShrinking=false
|
||||
android.builtInKotlin=false
|
||||
android.newDsl=false
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
[versions]
|
||||
activityCompose = "1.12.2"
|
||||
coilCompose = "2.7.0"
|
||||
composeBom = "2025.12.01"
|
||||
composeBom = "2026.01.00"
|
||||
coreKtx = "1.17.0"
|
||||
exifinterface = "1.4.2"
|
||||
fragmentKtx = "1.8.9"
|
||||
gradleVersion = "8.13.2"
|
||||
gradleVersion = "9.0.0"
|
||||
kotlin = "2.3.0"
|
||||
kotlinStdlibJdk8 = "2.2.0"
|
||||
kotlinStdlibJdk8 = "2.2.10"
|
||||
kotlinSerializationPlugin = "2.3.0"
|
||||
kotlinxCoroutinesAndroid = "1.10.2"
|
||||
kotlinxSerializationJson = "1.9.0"
|
||||
@ -17,13 +17,13 @@ material = "1.13.0"
|
||||
media = "1.7.1"
|
||||
navigationCompose = "2.9.6"
|
||||
preferenceKtx = "1.2.1"
|
||||
ui = "1.10.0"
|
||||
foundationAndroid = "1.10.0"
|
||||
runtimeLivedata = "1.10.0"
|
||||
ui = "1.10.1"
|
||||
foundationAndroid = "1.10.1"
|
||||
runtimeLivedata = "1.10.1"
|
||||
composeMaterial3 = "1.4.0"
|
||||
navigationRuntimeAndroid = "2.9.6"
|
||||
composeMaterialIcons = "1.7.8"
|
||||
runtime = "1.10.0"
|
||||
runtime = "1.10.1"
|
||||
|
||||
[libraries]
|
||||
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
||||
#Mon Jan 30 05:45:34 EET 2023
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user