Updated dependencies

This commit is contained in:
Juha Heinanen
2026-06-20 17:29:19 +03:00
parent fcc8163426
commit 1f904ab5be

View File

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