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 57925f0 commit ee44315Copy full SHA for ee44315
build-logic/src/main/kotlin/Environment.kt
@@ -14,7 +14,7 @@ enum class SupportedAgp(
14
AGP_8_3("8.3.2", gradle = "8.4"),
15
AGP_8_4("8.4.2", gradle = "8.6"),
16
AGP_8_5("8.5.0", gradle = "8.7"),
17
- AGP_8_6("8.6.0-alpha05", gradle = "8.7");
+ AGP_8_6("8.6.0-alpha07", gradle = "8.7");
18
19
companion object {
20
val oldest = values().first()
0 commit comments