Skip to content

Commit

Permalink
AGP 8.4 RC 1, 8.5 Alpha 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Apr 7, 2024
1 parent e7b6962 commit 41891f8
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 @@ -17,8 +17,8 @@ enum class SupportedAgp(
AGP_8_1("8.1.4", gradle = "8.0"),
AGP_8_2("8.2.2", gradle = "8.2"),
AGP_8_3("8.3.1", gradle = "8.4"),
AGP_8_4("8.4.0-alpha13", gradle = "8.6"),
AGP_8_5("8.5.0-alpha01", gradle = "8.6");
AGP_8_4("8.4.0-rc01", gradle = "8.6"),
AGP_8_5("8.5.0-alpha03", gradle = "8.6");

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

0 comments on commit 41891f8

Please sign in to comment.