6.6.2 - Fix - 更新 Gradle 构建脚本参数以适配 Temurin 运行时环境

This commit is contained in:
SuperMonster003
2025-04-16 19:13:57 +08:00
parent daad68e427
commit ad9a249c54

View File

@@ -246,10 +246,12 @@ pluginManagement {
val temurin = object : Platform(
name = "Temurin", vendor = "temurin", /* More common as "Eclipse Adoptium". */
androidVersionMap = mapOf(
"21.0.6+7" to "8.7.3", /* Apr 16, 2025. */
"20.0.2+9" to "8.2.2", /* Dec 2, 2024. */
consts.IDENTIFIER_FALLBACK to recommendedMinGradleVersion,
),
kotlinVersionMap = mapOf(
"21.0.6+7" to "2.1.10", /* Apr 16, 2025. */
"20.0.2+9" to "1.9.24", /* Dec 2, 2024. */
consts.IDENTIFIER_FALLBACK to recommendedMinKotlinVersion,
),