We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b47bb1 commit bda2e35Copy full SHA for bda2e35
1 file changed
build-logic/src/main/kotlin/Environment.kt
@@ -11,8 +11,8 @@ enum class SupportedAgp(
11
AGP_4_0("4.0.2", gradle = "6.1.1"),
12
AGP_4_1("4.1.2", gradle = "6.5"),
13
AGP_4_2("4.2.2", gradle = "6.7.1"),
14
- AGP_7_0("7.0.1", gradle = "7.0.2"),
15
- AGP_7_1("7.1.0-alpha08", gradle = "7.1");
+ AGP_7_0("7.0.2", gradle = "7.0.2"),
+ AGP_7_1("7.1.0-alpha11", gradle = "7.2");
16
17
val shortVersion: String = run {
18
// Extract first two components of the Maven dependency's version string.
0 commit comments