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 bdf89ce commit 3726099Copy full SHA for 3726099
build-logic/src/main/kotlin/Environment.kt
@@ -93,7 +93,7 @@ object Artifacts {
93
platform = Java,
94
groupId = "de.mannodermaus.gradle.plugins",
95
artifactId = "android-junit5",
96
- currentVersion = "1.14.0.0-SNAPSHOT",
+ currentVersion = "6.0.0.0-SNAPSHOT",
97
latestStableVersion = "1.13.4.0",
98
description = "Unit Testing with JUnit 5 for Android."
99
)
@@ -103,7 +103,7 @@ object Artifacts {
103
*/
104
object Instrumentation {
105
const val groupId = "de.mannodermaus.junit5"
106
- private const val currentVersion = "1.8.1-SNAPSHOT"
+ private const val currentVersion = "2.0.0-SNAPSHOT"
107
private const val latestStableVersion = "1.8.0"
108
109
val Core = Deployed(
0 commit comments