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 777b975 commit c26a0e1Copy full SHA for c26a0e1
buildSrc/src/main/kotlin/Artifacts.kt
@@ -35,7 +35,7 @@ object Artifacts {
35
platform = Java,
36
groupId = "de.mannodermaus.gradle.plugins",
37
artifactId = "android-junit5",
38
- currentVersion = "1.5.0.0-SNAPSHOT",
+ currentVersion = "1.5.0.0",
39
latestStableVersion = "1.4.2.1",
40
license = license,
41
description = "Unit Testing with JUnit 5 for Android."
@@ -46,7 +46,7 @@ object Artifacts {
46
*/
47
object Instrumentation {
48
private val groupId = "de.mannodermaus.junit5"
49
- private val currentVersion = "1.1.0-SNAPSHOT"
+ private val currentVersion = "1.1.0"
50
val latestStableVersion = "1.0.0"
51
52
val Library = Deployed(
0 commit comments