--- a/gradle/libs.versions.toml Thu Sep 21 20:23:01 2023 -0400
+++ b/gradle/libs.versions.toml Sat Sep 23 17:58:11 2023 -0400
@@ -20,8 +20,8 @@
[versions]
android-gradle-plugin = "8.1.1"
accompanist = "0.32.0"
-androidx-annotation = "1.6.0"
-androidx-core = "1.10.1"
+androidx-annotation = "1.7.0"
+androidx-core = "1.12.0"
androidx-arch-core-testing = "2.2.0"
androidx-appcompat = "1.6.1"
androidx-activity = "1.7.2"
@@ -29,16 +29,16 @@
androidx-fragment = "1.6.1"
androidx-constraintlayout = "2.1.4"
androidx-coordinatorlayout = "1.2.0"
-androidx-compose-bom = "2023.08.00"
+androidx-compose-bom = "2023.09.01"
androidx-compose-compiler = "1.5.3"
androidx-hilt-compiler = "1.1.0-alpha01" # alpha for ksp
androidx-hilt-navigation-compose = "1.0.0"
androidx-hilt-work = "1.1.0-alpha01" # alpha for ksp
-androidx-lifecycle = "2.6.1"
-androidx-navigation = "2.7.1"
-androidx-paging = "3.2.0"
+androidx-lifecycle = "2.6.2"
+androidx-navigation = "2.7.3"
+androidx-paging = "3.2.1"
androidx-preferences = "1.2.1"
-androidx-room = "2.6.0-beta01" # beta for latest kotlin support
+androidx-room = "2.6.0-rc01" # rc for latest kotlin support
androidx-startup = "1.1.1"
androidx-work = "2.8.1"
androidx-recyclerview = "1.3.1"
@@ -47,12 +47,12 @@
kotlinx-datetime = "0.4.0"
kotlinx-serialization = "1.6.0"
dagger = "2.48"
-okio = "3.3.0"
+okio = "3.5.0"
okhttp = "4.10.0"
timber = "5.0.1"
truth = "1.1.3"
mockk = "1.13.5"
-firebase-bom = "32.2.3"
+firebase-bom = "32.3.1"
google-play-core = "2.1.0"
google-play-core-review = "2.0.1"
gms-play-services-base = "18.2.0"
@@ -117,13 +117,11 @@
androidx-compose-material3-window-sizes = { module = "androidx.compose.material3:material3-window-size-class" }
androidx-compose-runtime-livedata = { module = "androidx.compose.runtime:runtime-livedata" }
androidx-compose-ui = { module = "androidx.compose.ui:ui" }
-androidx-compose-ui-test = { module = "androidx.compose.ui:ui-test" }
androidx-compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }
androidx-compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
androidx-compose-ui-util = { module = "androidx.compose.ui:ui-util" }
-androidx-compose-ui-text-google-fonts = { module = "androidx.compose.ui:ui-text-google-fonts" }
androidx-compose-ui-viewbinding = { module = "androidx.compose.ui:ui-viewbinding" }
androidx-hilt-work = { module = "androidx.hilt:hilt-work", version.ref = "androidx-hilt-work" }
@@ -181,7 +179,6 @@
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android" }
kotlinx-coroutines-jdk8 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8" }
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test" }
-kotlinx-coroutines-play-services = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-play-services" }
kotlinx-serialization-bom = { module = "org.jetbrains.kotlinx:kotlinx-serialization-bom", version.ref="kotlinx-serialization" }
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json" }