Dependencies upgrade

This commit is contained in:
Juha Heinanen
2026-05-21 20:15:10 +03:00
parent 6f2f8f05f0
commit 6a34328b97

View File

@ -1,7 +1,7 @@
[versions]
activityCompose = "1.13.0"
coilCompose = "2.7.0"
composeBom = "2026.04.01"
composeBom = "2026.05.01"
coreKtx = "1.18.0"
exifinterface = "1.4.2"
fragmentKtx = "1.8.9"
@ -9,22 +9,22 @@ gradleVersion = "9.2.1"
kotlin = "2.3.21"
kotlinStdlibJdk8 = "2.3.10"
kotlinSerializationPlugin = "2.3.21"
kotlinxCoroutinesAndroid = "1.10.2"
kotlinxCoroutinesAndroid = "1.11.0"
kotlinxSerializationJson = "1.11.0"
lifecycleProcess = "2.10.0"
lifecycleRuntimeCompose = "2.10.0"
lifecycleViewmodelKtx = "2.10.0"
material = "1.13.0"
material = "1.14.0"
navigationCompose = "2.9.8"
preferenceKtx = "1.2.1"
ui = "1.11.0"
foundationAndroid = "1.11.0"
runtimeLivedata = "1.11.0"
ui = "1.11.2"
foundationAndroid = "1.11.2"
runtimeLivedata = "1.11.2"
composeMaterial3 = "1.4.0"
navigationRuntimeAndroid = "2.9.8"
composeMaterialIcons = "1.7.8"
runtime = "1.11.0"
uiText = "1.11.0"
runtime = "1.11.2"
uiText = "1.11.2"
[libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }