We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6cbb41 commit 3ce61cfCopy full SHA for 3ce61cf
settings.gradle.kts
@@ -346,8 +346,9 @@ pluginManagement {
346
val temurin = object : Platform(
347
name = "Temurin", vendor = "temurin",
348
/* More common as "Eclipse Adoptium". */
349
- // @Updated by SuperMonster003 on Apr 16, 2025. (Manual)
+ // @Updated by SuperMonster003 on Mar 15, 2026. (Manual)
350
agpVersionMap = mapOf(
351
+ "21.0.10+7" to "8.10.2", /* Mar 15, 2026. */
352
"21.0.6+7" to "8.7.3", /* Apr 16, 2025. */
353
"20.0.2+9" to "8.2.2", /* Dec 2, 2024. */
354
),
0 commit comments