Skip to content

Commit

Permalink
build: Upgrade dependencies
Browse files Browse the repository at this point in the history
build: Bump com.squareup.okio:okio from 3.8.0 to 3.9.1 #374
build: Bump androidx.compose:compose-bom from 2024.09.00 to 2024.09.01 #375
build: Bump org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.8.1 to 1.9.0 #376
Signed-off-by: Hu Shenghao <[email protected]>
  • Loading branch information
hushenghao committed Sep 18, 2024
1 parent 931f788 commit ede3355
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin = "2.0.20"
ksp = "2.0.20-1.0.25"
agp = "8.6.0"
hilt = "2.52"
compose-bom = "2024.09.00"
compose-bom = "2024.09.01"
# https://google.github.io/accompanist
accompanist = "0.36.0"
lifecycle = "2.8.5"
Expand All @@ -22,7 +22,7 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }

[libraries]
kotlinx-coroutines-android = "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1"
kotlinx-coroutines-android = "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0"
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0"
androidx-core = "androidx.core:core-ktx:1.13.1"
androidx-activity = { module = "androidx.activity:activity-ktx", version.ref = "activity" }
Expand Down Expand Up @@ -58,7 +58,7 @@ hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hil
dionsegijn-konfetti = "nl.dionsegijn:konfetti-compose:2.0.4"
blurhash-android = "io.github.hushenghao:blurhash-android:1.0.1"
free-reflection = "com.github.tiann:FreeReflection:3.2.0"
squareup-okio = { module = "com.squareup.okio:okio", version = "3.8.0" }
squareup-okio = { module = "com.squareup.okio:okio", version = "3.9.1" }
squareup-leakcanary = "com.squareup.leakcanary:leakcanary-android-startup:2.14"
nanohttpd = "org.nanohttpd:nanohttpd:2.3.1"

Expand Down

0 comments on commit ede3355

Please sign in to comment.