Skip to content

Commit 3ce61cf

Browse files
Update Temurin version comment and date
1 parent f6cbb41 commit 3ce61cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

settings.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,9 @@ pluginManagement {
346346
val temurin = object : Platform(
347347
name = "Temurin", vendor = "temurin",
348348
/* More common as "Eclipse Adoptium". */
349-
// @Updated by SuperMonster003 on Apr 16, 2025. (Manual)
349+
// @Updated by SuperMonster003 on Mar 15, 2026. (Manual)
350350
agpVersionMap = mapOf(
351+
"21.0.10+7" to "8.10.2", /* Mar 15, 2026. */
351352
"21.0.6+7" to "8.7.3", /* Apr 16, 2025. */
352353
"20.0.2+9" to "8.2.2", /* Dec 2, 2024. */
353354
),

0 commit comments

Comments
 (0)