Skip to content

Commit

Permalink
AGP 8.8, 8.9 Alpha 9, 8.10 Alpha 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Jan 22, 2025
1 parent 7059241 commit ba3aabb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build-logic/src/main/kotlin/Environment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ enum class SupportedAgp(
AGP_8_5("8.5.2", gradle = "8.7"),
AGP_8_6("8.6.1", gradle = "8.7"),
AGP_8_7("8.7.3", gradle = "8.9"),
AGP_8_8("8.8.0-rc02", gradle = "8.10.2"),
AGP_8_9("8.9.0-alpha06", gradle = "8.11.1"),
AGP_8_8("8.8.0", gradle = "8.10.2"),
AGP_8_9("8.9.0-alpha09", gradle = "8.11.1"),
AGP_8_10("8.10.0-alpha01", gradle = "8.11.1"),
;

companion object {
Expand Down

0 comments on commit ba3aabb

Please sign in to comment.