Skip to content

Commit 14ceeac

Browse files
committed
Chore: Update dependencies
Signed-off-by: imknown <imknown@qq.com>
1 parent b50c87e commit 14ceeac

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

gradle/toml/android.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,8 @@ junit = "4.13.2"
7070
# https://developer.android.com/jetpack/androidx/releases/test
7171
# https://developer.android.com/training/testing/instrumented-tests/androidx-test-libraries/test-setup#add-gradle
7272
# region [Android Test]
73-
test-core = "1.6.1"
74-
test-espresso = "3.6.1"
75-
test-ext-junit = "1.2.1"
73+
test-core = "1.7.0-rc01"
74+
test-ext-junit = "1.3.0-rc01"
7675
# endregion [Android Test]
7776
# endregion [AndroidX]
7877

gradle/toml/kotlin.toml

Lines changed: 1 addition & 1 deletion
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.0"
3+
kotlin = "2.2.10-RC"
44

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

0 commit comments

Comments
 (0)