Skip to content

Commit 661d1bf

Browse files
committed
AGP 7.1.0 Alpha 12
1 parent bda2e35 commit 661d1bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-logic/src/main/kotlin/Environment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ enum class SupportedAgp(
1212
AGP_4_1("4.1.2", gradle = "6.5"),
1313
AGP_4_2("4.2.2", gradle = "6.7.1"),
1414
AGP_7_0("7.0.2", gradle = "7.0.2"),
15-
AGP_7_1("7.1.0-alpha11", gradle = "7.2");
15+
AGP_7_1("7.1.0-alpha12", gradle = "7.2");
1616

1717
val shortVersion: String = run {
1818
// Extract first two components of the Maven dependency's version string.

0 commit comments

Comments
 (0)