Skip to content

Commit 54019fc

Browse files
committed
Chore: Update dependencies
Signed-off-by: imknown <imknown@qq.com>
1 parent a35d29d commit 54019fc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle/toml/android.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# https://maven.google.com/web/index.html?q=com.android.tools.build
77
androidGradlePlugin = "9.1.0"
88
androidGradlePlugin-beta = "9.1.0"
9-
androidGradlePlugin-canary = "9.2.0-alpha06"
9+
androidGradlePlugin-canary = "9.2.0-alpha08"
1010

1111
# https://developer.android.com/studio/write/java8-support#library-desugaring
1212
# https://maven.google.com/web/index.html?q=desugar_jdk_libs
@@ -18,9 +18,9 @@ desugarJdkLibs = "2.1.5"
1818
activity = "1.13.0"
1919

2020
# https://developer.android.com/jetpack/androidx/releases/annotation
21-
annotation = "1.10.0-rc01"
21+
annotation = "1.10.0"
2222

23-
annotation-experimental = "1.6.0-rc01"
23+
annotation-experimental = "1.6.0"
2424

2525
# https://developer.android.com/jetpack/androidx/releases/appcompat
2626
appcompat = "1.7.1"

gradle/toml/kotlin.toml

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

55
# https://github.com/Kotlin/kotlinx.coroutines/releases
66
kotlinx-coroutines = "1.10.2"
77

88
# https://github.com/Kotlin/kotlinx.serialization/releases
9-
kotlinx-serialization = "1.10.0"
9+
kotlinx-serialization = "1.11.0"
1010

1111
# https://github.com/ktorio/ktor/releases
1212
ktor = "3.4.2"

0 commit comments

Comments
 (0)