Skip to content

Commit

Permalink
AGP 8.6.1, 8.7 RC1, 8.8 Alpha 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Sep 25, 2024
1 parent 846f86c commit 13b4648
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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_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", gradle = "8.7"),
AGP_8_7("8.7.0-beta01", gradle = "8.9"),
AGP_8_8("8.8.0-alpha01", gradle = "8.9"),
AGP_8_6("8.6.1", gradle = "8.7"),
AGP_8_7("8.7.0-rc01", gradle = "8.9"),
AGP_8_8("8.8.0-alpha03", gradle = "8.9"),
;

companion object {
Expand Down Expand Up @@ -89,7 +89,7 @@ object Artifacts {
platform = Java,
groupId = "de.mannodermaus.gradle.plugins",
artifactId = "android-junit5",
currentVersion = "1.11.0.1-SNAPSHOT",
currentVersion = "1.11.1.0-SNAPSHOT",
latestStableVersion = "1.11.0.0",
description = "Unit Testing with JUnit 5 for Android."
)
Expand Down

0 comments on commit 13b4648

Please sign in to comment.