Skip to content

Commit 20eebc8

Browse files
committed
AGP 7.2 Alpha 5
1 parent 68659bb commit 20eebc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ enum class SupportedAgp(
1313
AGP_4_2("4.2.2", gradle = "6.7.1"),
1414
AGP_7_0("7.0.2", gradle = "7.0.2"),
1515
AGP_7_1("7.1.0-beta03", gradle = "7.2"),
16-
AGP_7_2("7.2.0-alpha04", gradle = "7.3-rc-1");
16+
AGP_7_2("7.2.0-alpha05", gradle = "7.3-rc-1");
1717

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

0 commit comments

Comments
 (0)