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 4d95f42 commit bf38a6bCopy full SHA for bf38a6b
build-logic/src/main/kotlin/Environment.kt
@@ -18,8 +18,9 @@ enum class SupportedAgp(
18
AGP_8_8("8.8.2", gradle = "8.10.2"),
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-alpha06", gradle = "8.13")
+ AGP_8_11("8.11.1", gradle = "8.13"),
+ AGP_8_12("8.12.0-rc01", gradle = "8.13"),
23
+ AGP_8_13("8.13.0-alpha02", gradle = "8.13")
24
;
25
26
companion object {
0 commit comments