Skip to content

Commit

Permalink
Republish instrumentation-1.0.0 will full dependency chain
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Apr 8, 2019
1 parent 8b4ff1c commit 03cc661
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Artifacts.kt
Expand Up @@ -35,8 +35,8 @@ object Artifacts {
platform = Java,
groupId = "de.mannodermaus.gradle.plugins",
artifactId = "android-junit5",
currentVersion = "1.4.2.0",
latestStableVersion = "1.4.1.0",
currentVersion = "1.4.2.1-SNAPSHOT",
latestStableVersion = "1.4.2.0",
license = license,
description = "Unit Testing with JUnit 5 for Android."
)
Expand All @@ -46,7 +46,7 @@ object Artifacts {
*/
object Instrumentation {
private val groupId = "de.mannodermaus.junit5"
private val currentVersion = "1.0.1"
private val currentVersion = "1.0.0"
val latestStableVersion = "1.0.0"

val Library = Deployed(
Expand Down

0 comments on commit 03cc661

Please sign in to comment.