Dependencies upgrade

This commit is contained in:
Juha Heinanen
2026-04-03 17:43:02 +03:00
parent 9ef749ec41
commit 8da18f9401

View File

@ -1,14 +1,14 @@
[versions] [versions]
activityCompose = "1.13.0" activityCompose = "1.13.0"
coilCompose = "2.7.0" coilCompose = "2.7.0"
composeBom = "2026.03.00" composeBom = "2026.03.01"
coreKtx = "1.18.0" coreKtx = "1.18.0"
exifinterface = "1.4.2" exifinterface = "1.4.2"
fragmentKtx = "1.8.9" fragmentKtx = "1.8.9"
gradleVersion = "9.1.0" gradleVersion = "9.1.0"
kotlin = "2.3.10" kotlin = "2.3.20"
kotlinStdlibJdk8 = "2.3.10" kotlinStdlibJdk8 = "2.3.10"
kotlinSerializationPlugin = "2.3.10" kotlinSerializationPlugin = "2.3.20"
kotlinxCoroutinesAndroid = "1.10.2" kotlinxCoroutinesAndroid = "1.10.2"
kotlinxSerializationJson = "1.10.0" kotlinxSerializationJson = "1.10.0"
lifecycleProcess = "2.10.0" lifecycleProcess = "2.10.0"
@ -17,13 +17,13 @@ material = "1.13.0"
media = "1.7.1" media = "1.7.1"
navigationCompose = "2.9.7" navigationCompose = "2.9.7"
preferenceKtx = "1.2.1" preferenceKtx = "1.2.1"
ui = "1.10.5" ui = "1.10.6"
foundationAndroid = "1.10.5" foundationAndroid = "1.10.6"
runtimeLivedata = "1.10.5" runtimeLivedata = "1.10.6"
composeMaterial3 = "1.4.0" composeMaterial3 = "1.4.0"
navigationRuntimeAndroid = "2.9.7" navigationRuntimeAndroid = "2.9.7"
composeMaterialIcons = "1.7.8" composeMaterialIcons = "1.7.8"
runtime = "1.10.5" runtime = "1.10.6"
[libraries] [libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" } androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }