Skip to content

Commit 2afd5e8

Browse files
committed
Chore: Update dependencies
Signed-off-by: imknown <imknown@qq.com>
1 parent c0ac92b commit 2afd5e8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/toml/android.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# https://maven.google.com/web/index.html#com.android.tools.build:gradle
77
androidGradlePlugin = "8.13.0"
88
androidGradlePlugin-beta = "8.13.0"
9-
androidGradlePlugin-canary = "9.0.0-alpha09"
9+
androidGradlePlugin-canary = "9.0.0-alpha10"
1010

1111
# https://developer.android.com/studio/write/java8-support#library-desugaring
1212
# https://maven.google.com/web/index.html?q=desugar_jdk_libs

gradle/toml/kotlin.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
# https://github.com/JetBrains/kotlin/releases
3-
kotlin = "2.2.20"
3+
kotlin = "2.2.21-RC"
44

55
# https://github.com/Kotlin/kotlinx.coroutines/releases
66
kotlinx-coroutines = "1.10.2"
@@ -9,7 +9,7 @@ kotlinx-coroutines = "1.10.2"
99
kotlinx-serialization = "1.9.0"
1010

1111
# https://github.com/ktorio/ktor/releases
12-
ktor = "3.3.0"
12+
ktor = "3.3.1"
1313

1414
[libraries]
1515
kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinx-coroutines" }

0 commit comments

Comments
 (0)