Skip to content

Commit

Permalink
AGP 7.3 Alpha 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Apr 22, 2022
1 parent 3bbe9d4 commit ab8fc25
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 @@ -14,7 +14,7 @@ enum class SupportedAgp(
AGP_7_0("7.0.4", gradle = "7.0.2"),
AGP_7_1("7.1.3", gradle = "7.2"),
AGP_7_2("7.2.0-beta04", gradle = "7.3.3"),
AGP_7_3("7.3.0-alpha08", gradle = "7.4.2");
AGP_7_3("7.3.0-alpha09", gradle = "7.4.2");

companion object {
val oldest = values().first()
Expand Down

0 comments on commit ab8fc25

Please sign in to comment.