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 ebf5fe1 commit 18aad22Copy full SHA for 18aad22
build-logic/src/main/kotlin/Environment.kt
@@ -15,9 +15,9 @@ enum class SupportedAgp(
15
AGP_8_4("8.4.2", gradle = "8.6"),
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.2", gradle = "8.9"),
19
- AGP_8_8("8.8.0-alpha09", gradle = "8.10.2"),
20
- AGP_8_9("8.9.0-alpha02", gradle = "8.10.2"),
+ AGP_8_7("8.7.3", gradle = "8.9"),
+ AGP_8_8("8.8.0-rc01", gradle = "8.10.2"),
+ AGP_8_9("8.9.0-alpha05", gradle = "8.11.1"),
21
;
22
23
companion object {
0 commit comments