Skip to content

Commit ede3355

Browse files
committed
build: Upgrade dependencies
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]>
1 parent 931f788 commit ede3355

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kotlin = "2.0.20"
33
ksp = "2.0.20-1.0.25"
44
agp = "8.6.0"
55
hilt = "2.52"
6-
compose-bom = "2024.09.00"
6+
compose-bom = "2024.09.01"
77
# https://google.github.io/accompanist
88
accompanist = "0.36.0"
99
lifecycle = "2.8.5"
@@ -22,7 +22,7 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
2222
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
2323

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

0 commit comments

Comments
 (0)