Skip to content

Commit

Permalink
chore: update dependencies (#2418)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohassine committed Nov 13, 2023
1 parent f548d83 commit d0404eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Expand Up @@ -14,8 +14,8 @@ ktx-serialization = "1.5.1"
# Android Core / Architecture
google-gms = "4.4.0"
android-gradlePlugin = "8.1.2"
desugaring = "2.0.3"
firebaseBOM = "32.2.3"
desugaring = "2.0.4"
firebaseBOM = "32.5.0"
fragment = "1.5.6"
resaca = "2.4.6"
bundlizer = "0.7.0"
Expand Down Expand Up @@ -46,12 +46,12 @@ compose-destinations = "1.9.54"

# Hilt
hilt = "2.48.1"
hilt-composeNavigation = "1.0.0"
hilt-work = "1.0.0"
hilt-composeNavigation = "1.1.0"
hilt-work = "1.1.0"

# Android UI
accompanist = "0.32.0" # adjusted to work with compose-destinations "1.9.54"
material = "1.9.0"
material = "1.10.0"
coil = "2.5.0"
commonmark = "0.21.0"

Expand Down Expand Up @@ -83,7 +83,7 @@ junit4 = "4.13.2"
junit5 = "5.10.0"
kluent = "1.73"
mockk = "1.13.5"
okio = "3.5.0"
okio = "3.6.0"
turbine = "1.0.0"

[plugins]
Expand Down

0 comments on commit d0404eb

Please sign in to comment.