6.6.2 - Fix - 更新 Gradle 构建脚本参数以适配 Temurin 运行时环境
This commit is contained in:
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user