Skip to content

Commit

Permalink
AGP 8.2, 8.3 Beta 1, 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Dec 29, 2023
1 parent ef96308 commit 43066e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build-logic/src/main/kotlin/Environment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ enum class SupportedAgp(
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-rc02", gradle = "8.2"),
AGP_8_3("8.3.0-alpha12", gradle = "8.4");
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");

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

0 comments on commit 43066e2

Please sign in to comment.