Dependencies upgrade

This commit is contained in:
Juha Heinanen
2025-07-27 15:25:38 +03:00
parent b8d61018ce
commit 3ed7ab4718

View File

@ -1,7 +1,7 @@
[versions]
activityCompose = "1.10.1"
coilCompose = "2.7.0"
composeBom = "2025.06.01"
composeBom = "2025.07.00"
coreKtx = "1.16.0"
exifinterface = "1.4.1"
fragmentKtx = "1.8.8"
@ -10,17 +10,17 @@ kotlin = "2.2.0"
kotlinStdlibJdk8 = "2.1.20"
kotlinxCoroutinesAndroid = "1.10.2"
lifecycleExtensions = "2.2.0"
lifecycleViewmodelKtx = "2.9.1"
lifecycleViewmodelKtx = "2.9.2"
localbroadcastmanager = "1.1.0"
material = "1.12.0"
media = "1.7.0"
navigationCompose = "2.9.0"
navigationCompose = "2.9.2"
preferenceKtx = "1.2.1"
ui = "1.8.3"
foundationAndroid = "1.8.3"
runtimeLivedata = "1.8.3"
composeMaterial3 = "1.3.2"
navigationRuntimeAndroid = "2.9.0"
navigationRuntimeAndroid = "2.9.2"
[libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }