Skip to content

Commit

Permalink
feat: update dependencies (#2911)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohassine authored Apr 19, 2024
1 parent 3d3814e commit c4c92ed
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ kotlin = "1.9.23"
# KotlinX
coroutines = "1.8.0"
ktx-dateTime = "0.5.0"
ktx-immutableCollections = "0.3.5"
ktx-serialization = "1.5.1"
ktx-immutableCollections = "0.3.7"
ktx-serialization = "1.6.3"

# Android Core / Architecture
detekt = "1.23.6"
google-gms = "4.4.1"
gms-location = "21.1.0"
gms-location = "21.2.0"
android-gradlePlugin = "8.2.0"
desugaring = "2.0.4"
firebaseBOM = "32.7.3"
firebaseBOM = "32.8.1"
fragment = "1.5.6"
resaca = "2.4.6"
bundlizer = "0.8.0"
Expand All @@ -30,22 +30,22 @@ kover = "0.7.6"

# AndroidX
androidx-appcompat = "1.6.1"
androidx-core = "1.12.0"
androidx-dataStore = "1.0.0"
androidx-core = "1.13.0"
androidx-dataStore = "1.1.0"
androidx-exif = "1.3.7"
androidx-emoji = "1.4.0"
androidx-jetpack = "1.1.0"
androidx-lifecycle = "2.7.0"
androidx-paging3 = "3.2.1"
androidx-paging3Compose = "3.3.0-alpha03"
androidx-paging3Compose = "3.3.0-beta01"
androidx-splashscreen = "1.0.1"
androidx-workManager = "2.9.0"
androidx-browser = "1.7.0"
androidx-browser = "1.8.0"
androidx-biometric = "1.1.0"
androidx-startup = "1.1.1"

# Compose
composeBom = "2024.03.00" # TODO check if in new version [anchoredDraggable] is available
composeBom = "2024.04.01"
compose-activity = "1.8.2"
compose-compiler = "1.5.11"
compose-constraint = "1.0.1"
Expand All @@ -59,7 +59,7 @@ hilt-work = "1.2.0"

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

Expand Down Expand Up @@ -94,7 +94,7 @@ junit4 = "4.13.2"
junit5 = "5.10.2"
kluent = "1.73"
mockk = "1.13.10"
okio = "3.6.0"
okio = "3.7.0"
turbine = "1.0.0"
robolectric = "4.11.1"

Expand Down

0 comments on commit c4c92ed

Please sign in to comment.