Skip to content

Commit

Permalink
AGP 8.3 RC2, 8.4 Alpha 11
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Feb 23, 2024
1 parent a70cc09 commit 136fb4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-logic/src/main/kotlin/Environment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ enum class SupportedAgp(
AGP_8_0("8.0.2", gradle = "8.0"),
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");
AGP_8_3("8.3.0-rc02", gradle = "8.4"),
AGP_8_4("8.4.0-alpha11", gradle = "8.6");

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

0 comments on commit 136fb4e

Please sign in to comment.