Skip to content

Commit

Permalink
AGP 8.1.2, 8.2.0 Beta 6, 8.3.0 Canary 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Oct 2, 2023
1 parent 736cd68 commit c923650
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-logic/src/main/kotlin/Environment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ enum class SupportedAgp(
AGP_7_3("7.3.1", gradle = "7.4.2"),
AGP_7_4("7.4.2", gradle = "7.5.1"),
AGP_8_0("8.0.2", gradle = "8.0"),
AGP_8_1("8.1.1", gradle = "8.0"),
AGP_8_2("8.2.0-beta04", gradle = "8.2"),
AGP_8_3("8.3.0-alpha04", gradle = "8.3");
AGP_8_1("8.1.2", gradle = "8.0"),
AGP_8_2("8.2.0-beta06", gradle = "8.2"),
AGP_8_3("8.3.0-alpha06", gradle = "8.3");

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

0 comments on commit c923650

Please sign in to comment.