Skip to content

Commit 080159b

Browse files
committed
AGP 7.1 Beta 5 & 7.2 Alpha 6
1 parent e236d91 commit 080159b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ 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.4", gradle = "7.0.2"),
15-
AGP_7_1("7.1.0-beta04", gradle = "7.2"),
16-
AGP_7_2("7.2.0-alpha05", gradle = "7.3-rc-1");
15+
AGP_7_1("7.1.0-beta05", gradle = "7.2"),
16+
AGP_7_2("7.2.0-alpha06", gradle = "7.3");
1717

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

0 commit comments

Comments
 (0)