Skip to content

Commit

Permalink
AGP 7.0.4 & 7.1 Beta 4
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Dec 9, 2021
1 parent 20eebc8 commit e236d91
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 @@ -11,8 +11,8 @@ enum class SupportedAgp(
AGP_4_0("4.0.2", gradle = "6.1.1"),
AGP_4_1("4.1.2", gradle = "6.5"),
AGP_4_2("4.2.2", gradle = "6.7.1"),
AGP_7_0("7.0.2", gradle = "7.0.2"),
AGP_7_1("7.1.0-beta03", gradle = "7.2"),
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");

val shortVersion: String = run {
Expand Down

0 comments on commit e236d91

Please sign in to comment.