We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50c87e commit 14ceeacCopy full SHA for 14ceeac
2 files changed
gradle/toml/android.toml
@@ -70,9 +70,8 @@ junit = "4.13.2"
70
# https://developer.android.com/jetpack/androidx/releases/test
71
# https://developer.android.com/training/testing/instrumented-tests/androidx-test-libraries/test-setup#add-gradle
72
# region [Android Test]
73
-test-core = "1.6.1"
74
-test-espresso = "3.6.1"
75
-test-ext-junit = "1.2.1"
+test-core = "1.7.0-rc01"
+test-ext-junit = "1.3.0-rc01"
76
# endregion [Android Test]
77
# endregion [AndroidX]
78
gradle/toml/kotlin.toml
@@ -1,6 +1,6 @@
1
[versions]
2
# https://github.com/JetBrains/kotlin/releases
3
-kotlin = "2.2.0"
+kotlin = "2.2.10-RC"
4
5
# https://github.com/Kotlin/kotlinx.coroutines/releases
6
kotlinx-coroutines = "1.10.2"
0 commit comments