Skip to content

Commit

Permalink
Promote instrumentation lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Feb 11, 2021
1 parent 54f51dc commit d76425e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Artifacts.kt
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ object Artifacts {
platform = Java,
groupId = "de.mannodermaus.gradle.plugins",
artifactId = "android-junit5",
currentVersion = "1.7.1.1",
latestStableVersion = "1.7.0.0",
currentVersion = "1.7.1.2-SNAPSHOT",
latestStableVersion = "1.7.1.1",
license = license,
description = "Unit Testing with JUnit 5 for Android."
)
Expand All @@ -58,7 +58,7 @@ object Artifacts {
*/
object Instrumentation {
private val groupId = "de.mannodermaus.junit5"
private val currentVersion = "1.2.1-SNAPSHOT"
private val currentVersion = "1.2.1"
val latestStableVersion = "1.2.0"

val Core = Deployed(
Expand Down

0 comments on commit d76425e

Please sign in to comment.