6.6.1 - Alpha2 - 构建脚本增加适配 Intellij IDEA 2024.3.1 的 Android Gradle 版本

This commit is contained in:
SuperMonster003
2024-12-10 17:46:13 +08:00
parent ec910ab0f7
commit 111592b25c
3 changed files with 9 additions and 4 deletions

View File

@@ -198,6 +198,7 @@ pluginManagement {
val intelliJIdea = object : Platform(
name = "IntelliJIdea", abbr = "idea", vendor = "Jetbrains",
androidVersionMap = mapOf(
"2024.3.1" to "8.7.3", /* Dec 10, 2024. */
"2024.3" to "8.7.0-rc01", /* Nov 15, 2024. */
"2024.2" to "8.5.2", /* Aug 13, 2024. */
"2024.1" to "8.2.2", /* Apr 6, 2024. */