From 3ce61cf084f2590f8114857747144c61f82201d1 Mon Sep 17 00:00:00 2001 From: SuperMonster003 Date: Sun, 15 Mar 2026 14:56:34 +0800 Subject: [PATCH] Update Temurin version comment and date --- settings.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 171f6848..64d56976 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -346,8 +346,9 @@ pluginManagement { val temurin = object : Platform( name = "Temurin", vendor = "temurin", /* More common as "Eclipse Adoptium". */ - // @Updated by SuperMonster003 on Apr 16, 2025. (Manual) + // @Updated by SuperMonster003 on Mar 15, 2026. (Manual) agpVersionMap = mapOf( + "21.0.10+7" to "8.10.2", /* Mar 15, 2026. */ "21.0.6+7" to "8.7.3", /* Apr 16, 2025. */ "20.0.2+9" to "8.2.2", /* Dec 2, 2024. */ ),