We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846f86c commit 13b4648Copy full SHA for 13b4648
build-logic/src/main/kotlin/Environment.kt
@@ -14,9 +14,9 @@ enum class SupportedAgp(
14
AGP_8_3("8.3.2", gradle = "8.4"),
15
AGP_8_4("8.4.2", gradle = "8.6"),
16
AGP_8_5("8.5.2", gradle = "8.7"),
17
- AGP_8_6("8.6.0", gradle = "8.7"),
18
- AGP_8_7("8.7.0-beta01", gradle = "8.9"),
19
- 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"),
20
;
21
22
companion object {
@@ -89,7 +89,7 @@ object Artifacts {
89
platform = Java,
90
groupId = "de.mannodermaus.gradle.plugins",
91
artifactId = "android-junit5",
92
- currentVersion = "1.11.0.1-SNAPSHOT",
+ currentVersion = "1.11.1.0-SNAPSHOT",
93
latestStableVersion = "1.11.0.0",
94
description = "Unit Testing with JUnit 5 for Android."
95
)
0 commit comments