Skip to content

Commit

Permalink
Merge branch 'update-dependencies'
Browse files Browse the repository at this point in the history
  • Loading branch information
shorthouse committed Mar 14, 2024
2 parents f13118a + 41df81a commit 67d1604
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down

0 comments on commit 67d1604

Please sign in to comment.