Update agpVersionMap for Gradle settings

This commit is contained in:
SuperMonster003
2026-03-15 15:01:09 +08:00
committed by GitHub
parent 3ce61cf084
commit 9f145340ab

View File

@@ -348,7 +348,7 @@ pluginManagement {
/* More common as "Eclipse Adoptium". */ /* More common as "Eclipse Adoptium". */
// @Updated by SuperMonster003 on Mar 15, 2026. (Manual) // @Updated by SuperMonster003 on Mar 15, 2026. (Manual)
agpVersionMap = mapOf( agpVersionMap = mapOf(
"21.0.10+7" to "8.10.2", /* Mar 15, 2026. */ "21.0.10+7" to "8.9.3", /* Mar 15, 2026. */
"21.0.6+7" to "8.7.3", /* Apr 16, 2025. */ "21.0.6+7" to "8.7.3", /* Apr 16, 2025. */
"20.0.2+9" to "8.2.2", /* Dec 2, 2024. */ "20.0.2+9" to "8.2.2", /* Dec 2, 2024. */
), ),