Skip to content

Commit

Permalink
AGP 7.1 Beta 5 & 7.2 Alpha 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Dec 17, 2021
1 parent e236d91 commit 080159b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-logic/src/main/kotlin/Environment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ enum class SupportedAgp(
AGP_4_1("4.1.2", gradle = "6.5"),
AGP_4_2("4.2.2", gradle = "6.7.1"),
AGP_7_0("7.0.4", gradle = "7.0.2"),
AGP_7_1("7.1.0-beta04", gradle = "7.2"),
AGP_7_2("7.2.0-alpha05", gradle = "7.3-rc-1");
AGP_7_1("7.1.0-beta05", gradle = "7.2"),
AGP_7_2("7.2.0-alpha06", gradle = "7.3");

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

0 comments on commit 080159b

Please sign in to comment.