We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af42e2c commit 9268814Copy full SHA for 9268814
1 file changed
gradle/toml/android.toml
@@ -4,9 +4,9 @@
4
# https://developer.android.com/studio/releases
5
# https://androidstudio.googleblog.com/
6
# https://maven.google.com/web/index.html#com.android.tools.build:gradle
7
-androidGradlePlugin = "8.13.0"
8
-androidGradlePlugin-beta = "8.13.0"
9
-androidGradlePlugin-canary = "9.0.0-alpha06"
+androidGradlePlugin = "8.13.0" # Narwhal 3 Feature Drop | 2025.1.3
+androidGradlePlugin-beta = "8.13.0" # Narwhal 4 Feature Drop | 2025.1.4 RC 1
+androidGradlePlugin-canary = "9.0.0-alpha07" # Otter | 2025.2.1 Canary 2
10
11
# https://developer.android.com/studio/write/java8-support#library-desugaring
12
# https://maven.google.com/web/index.html?q=desugar_jdk_libs
0 commit comments