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 54f51dc commit d76425eCopy full SHA for d76425e
buildSrc/src/main/kotlin/Artifacts.kt
@@ -47,8 +47,8 @@ object Artifacts {
47
platform = Java,
48
groupId = "de.mannodermaus.gradle.plugins",
49
artifactId = "android-junit5",
50
- currentVersion = "1.7.1.1",
51
- latestStableVersion = "1.7.0.0",
+ currentVersion = "1.7.1.2-SNAPSHOT",
+ latestStableVersion = "1.7.1.1",
52
license = license,
53
description = "Unit Testing with JUnit 5 for Android."
54
)
@@ -58,7 +58,7 @@ object Artifacts {
58
*/
59
object Instrumentation {
60
private val groupId = "de.mannodermaus.junit5"
61
- private val currentVersion = "1.2.1-SNAPSHOT"
+ private val currentVersion = "1.2.1"
62
val latestStableVersion = "1.2.0"
63
64
val Core = Deployed(
0 commit comments