6.6.1 - Alpha2 - 更新构建脚本版本信息及 Android Studio 版本信息

This commit is contained in:
SuperMonster003
2024-12-13 16:48:08 +08:00
parent 111592b25c
commit 7c62902429
11 changed files with 54 additions and 20 deletions

View File

@@ -133,8 +133,8 @@ pluginManagement {
val androidStudio = object : Platform(
name = "AndroidStudio", abbr = "as", vendor = "Google",
androidVersionMap = mapOf(
"2024.3" to "8.9.0-alpha03", /* Nov 29 2024. */
"2024.2" to "8.7.2", /* Nov 1 2024. */
"2024.3" to "8.9.0-alpha05", /* Dec 13 2024. */
"2024.2" to "8.7.3", /* Dec 13 2024. */
"2024.1" to "8.6.0", /* Aug 30, 2024. */
"2023.3" to "8.5.0-alpha02", /* Mar 28, 2024. */
"2023.2" to "8.3.0-rc02", /* Feb 14, 2024. */