From 41df81a0796389343bb482d2edc0c351f297188e Mon Sep 17 00:00:00 2001 From: "Harry S (Macbook)" Date: Thu, 14 Mar 2024 20:29:02 +0000 Subject: [PATCH] Update all other dependencies --- gradle/libs.versions.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bb998dbb..9a0390e9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,37 +1,37 @@ [versions] -accompanist-systemuicontroller = "0.30.1" +accompanist-systemuicontroller = "0.34.0" activity-compose = "1.8.2" android-gradle = "8.2.2" androidx-junit = "1.1.5" -coil = "2.4.0" -compose-bom = "2024.02.00" +coil = "2.6.0" +compose-bom = "2024.02.02" compose-lint-checks = "1.3.1" core-ktx = "1.12.0" core-splashscreen = "1.0.1" core-testing = "2.2.0" datastore = "1.0.0" -hilt-android = "2.48.1" +hilt-android = "2.51" hilt-compiler = "1.2.0" hilt-navigation-compose = "1.2.0" junit = "4.13.2" kotlin = "1.9.22" -kotlinx-collections-immutable = "0.3.6" -kotlinx-coroutines = "1.7.3" -kotlinx-serialization-json = "1.5.0" +kotlinx-collections-immutable = "0.3.7" +kotlinx-coroutines = "1.8.0" +kotlinx-serialization-json = "1.6.3" ksp = "1.9.22-1.0.17" lifecycle = "2.7.0" lifecycle-runtime-compose = "2.7.0" -mockk = "1.13.8" +mockk = "1.13.10" navigation-compose = "2.7.7" -okhttp = "4.11.0" +okhttp = "4.12.0" retrofit = "2.9.0" room = "2.6.1" rules = "1.5.0" runner = "1.5.2" timber = "5.0.1" -truth = "1.1.5" -ui-test-junit4 = "1.6.2" -ui-tooling-preview-android = "1.6.2" +truth = "1.4.2" +ui-test-junit4 = "1.6.3" +ui-tooling-preview-android = "1.6.3" [libraries] accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist-systemuicontroller" }