Skip to content

Commit d76425e

Browse files
committed
Promote instrumentation lib version
1 parent 54f51dc commit d76425e

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
@@ -47,8 +47,8 @@ object Artifacts {
4747
platform = Java,
4848
groupId = "de.mannodermaus.gradle.plugins",
4949
artifactId = "android-junit5",
50-
currentVersion = "1.7.1.1",
51-
latestStableVersion = "1.7.0.0",
50+
currentVersion = "1.7.1.2-SNAPSHOT",
51+
latestStableVersion = "1.7.1.1",
5252
license = license,
5353
description = "Unit Testing with JUnit 5 for Android."
5454
)
@@ -58,7 +58,7 @@ object Artifacts {
5858
*/
5959
object Instrumentation {
6060
private val groupId = "de.mannodermaus.junit5"
61-
private val currentVersion = "1.2.1-SNAPSHOT"
61+
private val currentVersion = "1.2.1"
6262
val latestStableVersion = "1.2.0"
6363

6464
val Core = Deployed(

0 commit comments

Comments
 (0)