From d5465aa7b806f3695efb85ef5684850a9e5c87e1 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Thu, 22 Jan 2026 00:28:27 +0200 Subject: [PATCH] Gradle and dependencies upgrade --- gradle.properties | 10 ++++++++++ gradle/libs.versions.toml | 14 +++++++------- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/gradle.properties b/gradle.properties index d4c17c51..da7f5b4d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6f0086fa..58743429 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index dac6c18d..50a948c9 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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