Skip to content

Commit

Permalink
AGP 8.1.4, 8.2.2, 8.3 Beta 2, 8.4 Alpha 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Feb 4, 2024
1 parent 43066e2 commit f455a3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build-logic/src/main/kotlin/Environment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ enum class SupportedAgp(
AGP_7_3("7.3.1", gradle = "7.4.2"),
AGP_7_4("7.4.2", gradle = "7.5.1"),
AGP_8_0("8.0.2", gradle = "8.0"),
AGP_8_1("8.1.2", gradle = "8.0"),
AGP_8_2("8.2.0", gradle = "8.2"),
AGP_8_3("8.3.0-beta01", gradle = "8.4"),
AGP_8_4("8.4.0-alpha01", gradle = "8.4");
AGP_8_1("8.1.4", gradle = "8.0"),
AGP_8_2("8.2.2", gradle = "8.2"),
AGP_8_3("8.3.0-beta02", gradle = "8.4"),
AGP_8_4("8.4.0-alpha07", gradle = "8.6-rc-1");

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

0 comments on commit f455a3b

Please sign in to comment.