Skip to content

Commit

Permalink
AGP 7.4 Alpha 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed May 14, 2022
1 parent 22a6093 commit 092693e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/Environment.kt
Expand Up @@ -15,7 +15,7 @@ enum class SupportedAgp(
AGP_7_1("7.1.3", gradle = "7.2"),
AGP_7_2("7.2.0", gradle = "7.3.3"),
AGP_7_3("7.3.0-beta01", gradle = "7.4.2"),
AGP_7_4("7.4.0-alpha01", gradle = "7.4.2");
AGP_7_4("7.4.0-alpha02", gradle = "7.4.2");

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

0 comments on commit 092693e

Please sign in to comment.