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 6f02f13 commit ee98abaCopy full SHA for ee98aba
build-logic/src/main/kotlin/Environment.kt
@@ -13,7 +13,7 @@ enum class SupportedAgp(
13
AGP_4_2("4.2.2", gradle = "6.7.1"),
14
AGP_7_0("7.0.2", gradle = "7.0.2"),
15
AGP_7_1("7.1.0-beta01", gradle = "7.2"),
16
- AGP_7_2("7.2.0-alpha01", gradle = "7.2");
+ AGP_7_2("7.2.0-alpha02", gradle = "7.2");
17
18
val shortVersion: String = run {
19
// Extract first two components of the Maven dependency's version string.
0 commit comments