build: update dependencies
authorDa Risk <da_risk@geekorum.com>
Mon, 17 Feb 2025 19:18:27 -0400
changeset 80 0dfcf3e6b717
parent 79 645d56bfd52d
child 81 dbca63434c12
build: update dependencies
gradle/libs.versions.toml
--- a/gradle/libs.versions.toml	Mon Feb 17 19:16:42 2025 -0400
+++ b/gradle/libs.versions.toml	Mon Feb 17 19:18:27 2025 -0400
@@ -1,29 +1,28 @@
 [versions]
 android-gradle-plugin = "8.8.1"
-annotation = "1.7.1"
-androidx-activity = "1.8.2"
+annotation = "1.9.1"
+androidx-activity = "1.10.0"
 androidx-compose-bom = "2025.02.00"
 browser = "1.8.0"
-constraintlayout = "2.1.4"
+constraintlayout = "2.2.0"
 coordinatorlayout = "1.2.0"
-core-ktx = "1.12.0"
+core-ktx = "1.15.0"
 core-testing = "2.2.0"
 dagger = "2.55"
 firebase-bom = "32.8.0"
-fragment = "1.6.2"
+fragment = "1.8.6"
 kotlin = "2.1.0"
-kotlinx-coroutines-bom = "1.8.0"
-lifecycle = "2.7.0"
-material = "1.11.0"
-navigation = "2.7.7"
+kotlinx-coroutines-bom = "1.10.1"
+lifecycle = "2.8.7"
+material = "1.12.0"
 okhttp = "4.12.0"
-paging-runtime-ktx = "3.2.1"
-play-services-location = "21.2.0"
+paging-runtime-ktx = "3.3.6"
+play-services-location = "21.3.0"
 preference = "1.2.1"
-recyclerview = "1.3.2"
+recyclerview = "1.4.0"
 room = "2.6.1"
 timber = "5.0.1"
-workmanager = "2.9.0"
+workmanager = "2.10.0"
 
 [plugins]
 android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }