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 6e7635a commit d2b8aa1Copy full SHA for d2b8aa1
build-logic/src/main/kotlin/Environment.kt
@@ -19,7 +19,7 @@ enum class SupportedAgp(
19
AGP_8_9("8.9.3", gradle = "8.11.1"),
20
AGP_8_10("8.10.1", gradle = "8.11.1"),
21
AGP_8_11("8.11.0-rc02", gradle = "8.13"),
22
- AGP_8_12("8.12.0-alpha05", gradle = "8.13")
+ AGP_8_12("8.12.0-alpha06", gradle = "8.13")
23
;
24
25
companion object {
0 commit comments