We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d6231 commit 86520e3Copy full SHA for 86520e3
2 files changed
gradle/toml/android.toml
@@ -6,7 +6,7 @@
6
# https://maven.google.com/web/index.html?q=com.android.tools.build
7
androidGradlePlugin = "9.2.0-rc01"
8
androidGradlePlugin-beta = "9.2.0-rc01"
9
-androidGradlePlugin-canary = "9.2.0-rc01"
+androidGradlePlugin-canary = "9.3.0-alpha01"
10
11
# https://developer.android.com/studio/write/java8-support#library-desugaring
12
# https://maven.google.com/web/index.html?q=desugar_jdk_libs
gradle/toml/kotlin.toml
@@ -1,6 +1,6 @@
1
[versions]
2
# https://github.com/JetBrains/kotlin/releases
3
-kotlin = "2.3.21-RC"
+kotlin = "2.3.21-RC2"
4
5
# https://github.com/Kotlin/kotlinx.coroutines/releases
kotlinx-coroutines = "1.10.2"
0 commit comments