Skip to content

Commit

Permalink
AGP 8.7 Beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Sep 6, 2024
1 parent 0a5c122 commit e04a1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/Environment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ enum class SupportedAgp(
AGP_8_4("8.4.2", gradle = "8.6"),
AGP_8_5("8.5.2", gradle = "8.7"),
AGP_8_6("8.6.0", gradle = "8.7"),
AGP_8_7("8.7.0-alpha09", gradle = "8.9");
AGP_8_7("8.7.0-beta01", gradle = "8.9");

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

0 comments on commit e04a1a3

Please sign in to comment.