Skip to content

Commit 03cc661

Browse files
committed
Republish instrumentation-1.0.0 will full dependency chain
1 parent 8b4ff1c commit 03cc661

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildSrc/src/main/kotlin/Artifacts.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ object Artifacts {
3535
platform = Java,
3636
groupId = "de.mannodermaus.gradle.plugins",
3737
artifactId = "android-junit5",
38-
currentVersion = "1.4.2.0",
39-
latestStableVersion = "1.4.1.0",
38+
currentVersion = "1.4.2.1-SNAPSHOT",
39+
latestStableVersion = "1.4.2.0",
4040
license = license,
4141
description = "Unit Testing with JUnit 5 for Android."
4242
)
@@ -46,7 +46,7 @@ object Artifacts {
4646
*/
4747
object Instrumentation {
4848
private val groupId = "de.mannodermaus.junit5"
49-
private val currentVersion = "1.0.1"
49+
private val currentVersion = "1.0.0"
5050
val latestStableVersion = "1.0.0"
5151

5252
val Library = Deployed(

0 commit comments

Comments
 (0)