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 13b4648 commit c7a6724Copy full SHA for c7a6724
build-logic/src/main/kotlin/Environment.kt
@@ -15,8 +15,8 @@ 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.0-rc01", gradle = "8.9"),
19
- AGP_8_8("8.8.0-alpha03", gradle = "8.9"),
+ AGP_8_7("8.7.0", gradle = "8.9"),
+ AGP_8_8("8.8.0-alpha05", gradle = "8.10.2"),
20
;
21
22
companion object {
0 commit comments