Skip to content

Commit

Permalink
AGP 7.1.0 Alpha 12
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Sep 17, 2021
1 parent bda2e35 commit 661d1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/Environment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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.2", gradle = "7.0.2"),
AGP_7_1("7.1.0-alpha11", gradle = "7.2");
AGP_7_1("7.1.0-alpha12", gradle = "7.2");

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

0 comments on commit 661d1bf

Please sign in to comment.