Skip to content

Commit

Permalink
AGP 8.6 RC 1, 8.7 Alpha 4
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Aug 8, 2024
1 parent c7513d2 commit 2645e59
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.1", gradle = "8.7"),
AGP_8_6("8.6.0-beta02", gradle = "8.7"),
AGP_8_7("8.7.0-alpha03", gradle = "8.8");
AGP_8_6("8.6.0-rc01", gradle = "8.7"),
AGP_8_7("8.7.0-alpha04", gradle = "8.8");

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

0 comments on commit 2645e59

Please sign in to comment.