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 18aad22 commit 84a2979Copy full SHA for 84a2979
build-logic/src/main/kotlin/Environment.kt
@@ -16,8 +16,8 @@ enum class SupportedAgp(
16
AGP_8_5("8.5.2", gradle = "8.7"),
17
AGP_8_6("8.6.1", gradle = "8.7"),
18
AGP_8_7("8.7.3", gradle = "8.9"),
19
- AGP_8_8("8.8.0-rc01", gradle = "8.10.2"),
20
- AGP_8_9("8.9.0-alpha05", gradle = "8.11.1"),
+ AGP_8_8("8.8.0-rc02", gradle = "8.10.2"),
+ AGP_8_9("8.9.0-alpha06", gradle = "8.11.1"),
21
;
22
23
companion object {
0 commit comments