gradle/libs.versions.toml
changeset 92 55f4c1d6eed0
parent 91 c02a6ae4f610
child 93 0f0e69edeafc
--- a/gradle/libs.versions.toml	Tue Jun 24 15:44:16 2025 -0400
+++ b/gradle/libs.versions.toml	Tue Jun 24 15:51:04 2025 -0400
@@ -1,29 +1,29 @@
 [versions]
 android-gradle-plugin = "8.10.1"
 annotation = "1.9.1"
-androidx-activity = "1.10.0"
-androidx-compose-bom = "2025.02.00"
+androidx-activity = "1.10.1"
+androidx-compose-bom = "2025.06.01"
 browser = "1.8.0"
-constraintlayout = "2.2.0"
-coordinatorlayout = "1.2.0"
-core-ktx = "1.15.0"
+constraintlayout = "2.2.1"
+coordinatorlayout = "1.3.0"
+core-ktx = "1.16.0"
 core-testing = "2.2.0"
-dagger = "2.55"
-firebase-bom = "33.9.0"
-fragment = "1.8.6"
-kotlin = "2.1.0"
-kotlinx-coroutines-bom = "1.10.1"
-lifecycle = "2.8.7"
+dagger = "2.56.2"
+firebase-bom = "33.15.0"
+fragment = "1.8.8"
+kotlin = "2.2.0"
+kotlinx-coroutines-bom = "1.10.2"
+lifecycle = "2.9.1"
 material = "1.12.0"
 okhttp = "4.12.0"
 paging-runtime-ktx = "3.3.6"
 play-services-location = "21.3.0"
 preference = "1.2.1"
 recyclerview = "1.4.0"
-room = "2.6.1"
+room = "2.7.2"
 timber = "5.0.1"
-turbine = "1.0.0"
-workmanager = "2.10.0"
+turbine = "1.2.1"
+workmanager = "2.10.2"
 
 [plugins]
 android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }