Skip to content

Commit

Permalink
AGP 8.6, 8.7 Canary 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Sep 2, 2024
1 parent b8db8d5 commit 6a874bc
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 @@ -14,8 +14,8 @@ enum class SupportedAgp(
AGP_8_3("8.3.2", gradle = "8.4"),
AGP_8_4("8.4.2", gradle = "8.6"),
AGP_8_5("8.5.2", gradle = "8.7"),
AGP_8_6("8.6.0-rc01", gradle = "8.7"),
AGP_8_7("8.7.0-alpha07", gradle = "8.9");
AGP_8_6("8.6.0", gradle = "8.7"),
AGP_8_7("8.7.0-alpha09", gradle = "8.9");

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

0 comments on commit 6a874bc

Please sign in to comment.