6.6.2 - Alpha5 - 更新 Android Studio 下载链接信息

This commit is contained in:
SuperMonster003
2025-03-19 17:32:35 +08:00
parent 7e8fe4379f
commit 5e83d1b9f5
17 changed files with 107 additions and 70 deletions

View File

@@ -954,6 +954,7 @@ class Versions(filePath: String) {
21 to "8.5",
22 to "8.8",
23 to "8.10",
24 to "8.11", /* Unofficial as of Mar 19, 2025. */
)
fun parseVersion(version: String) = version.split(Regex("[.-]")).map { it.toIntOrNull() ?: 0 }