We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1290362 commit 992d3daCopy full SHA for 992d3da
build-logic/src/main/kotlin/Environment.kt
@@ -91,7 +91,7 @@ object Artifacts {
91
platform = Java,
92
groupId = "de.mannodermaus.gradle.plugins",
93
artifactId = "android-junit5",
94
- currentVersion = "1.12.0.1-SNAPSHOT",
+ currentVersion = "1.12.1.0-SNAPSHOT",
95
latestStableVersion = "1.12.0.0",
96
description = "Unit Testing with JUnit 5 for Android."
97
)
@@ -101,7 +101,7 @@ object Artifacts {
101
*/
102
object Instrumentation {
103
const val groupId = "de.mannodermaus.junit5"
104
- private const val currentVersion = "1.7.1-SNAPSHOT"
+ private const val currentVersion = "1.8.0-SNAPSHOT"
105
private const val latestStableVersion = "1.7.0"
106
107
val Core = Deployed(
0 commit comments