Skip to content

Commit ad9a249

Browse files
6.6.2 - Fix - 更新 Gradle 构建脚本参数以适配 Temurin 运行时环境
1 parent daad68e commit ad9a249

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

settings.gradle.kts

+2
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,12 @@ pluginManagement {
246246
val temurin = object : Platform(
247247
name = "Temurin", vendor = "temurin", /* More common as "Eclipse Adoptium". */
248248
androidVersionMap = mapOf(
249+
"21.0.6+7" to "8.7.3", /* Apr 16, 2025. */
249250
"20.0.2+9" to "8.2.2", /* Dec 2, 2024. */
250251
consts.IDENTIFIER_FALLBACK to recommendedMinGradleVersion,
251252
),
252253
kotlinVersionMap = mapOf(
254+
"21.0.6+7" to "2.1.10", /* Apr 16, 2025. */
253255
"20.0.2+9" to "1.9.24", /* Dec 2, 2024. */
254256
consts.IDENTIFIER_FALLBACK to recommendedMinKotlinVersion,
255257
),

0 commit comments

Comments
 (0)