Dependencies upgrade

This commit is contained in:
Juha Heinanen
2025-09-26 08:55:04 +03:00
parent d0ce112a2a
commit f4528e84ba

View File

@ -1,26 +1,26 @@
[versions] [versions]
activityCompose = "1.10.1" activityCompose = "1.11.0"
coilCompose = "2.7.0" coilCompose = "2.7.0"
composeBom = "2025.08.01" composeBom = "2025.09.01"
coreKtx = "1.17.0" coreKtx = "1.17.0"
exifinterface = "1.4.1" exifinterface = "1.4.1"
fragmentKtx = "1.8.9" fragmentKtx = "1.8.9"
gradleVersion = "8.13.0" gradleVersion = "8.13.0"
kotlin = "2.2.10" kotlin = "2.2.20"
kotlinStdlibJdk8 = "2.2.0" kotlinStdlibJdk8 = "2.2.0"
kotlinxCoroutinesAndroid = "1.10.2" kotlinxCoroutinesAndroid = "1.10.2"
lifecycleExtensions = "2.2.0" lifecycleExtensions = "2.2.0"
lifecycleViewmodelKtx = "2.9.3" lifecycleViewmodelKtx = "2.9.4"
localbroadcastmanager = "1.1.0" localbroadcastmanager = "1.1.0"
material = "1.13.0" material = "1.13.0"
media = "1.7.1" media = "1.7.1"
navigationCompose = "2.9.3" navigationCompose = "2.9.5"
preferenceKtx = "1.2.1" preferenceKtx = "1.2.1"
ui = "1.9.0" ui = "1.9.2"
foundationAndroid = "1.9.0" foundationAndroid = "1.9.2"
runtimeLivedata = "1.9.0" runtimeLivedata = "1.9.2"
composeMaterial3 = "1.3.2" composeMaterial3 = "1.4.0"
navigationRuntimeAndroid = "2.9.3" navigationRuntimeAndroid = "2.9.5"
[libraries] [libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" } androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }