Skip to content

Commit

Permalink
AGP 8.9 Alpha 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Nov 15, 2024
1 parent ba9a40f commit ebf5fe1
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 @@ -17,7 +17,7 @@ enum class SupportedAgp(
AGP_8_6("8.6.1", gradle = "8.7"),
AGP_8_7("8.7.2", gradle = "8.9"),
AGP_8_8("8.8.0-alpha09", gradle = "8.10.2"),
AGP_8_9("8.9.0-alpha01", gradle = "8.10.2"),
AGP_8_9("8.9.0-alpha02", gradle = "8.10.2"),
;

companion object {
Expand Down

0 comments on commit ebf5fe1

Please sign in to comment.