Skip to content

Commit 58bd512

Browse files
committed
Prep next versions of plugin + instrumentation
1 parent 5bfc0e9 commit 58bd512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-logic/src/main/kotlin/Environment.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ object Artifacts {
8888
platform = Java,
8989
groupId = "de.mannodermaus.gradle.plugins",
9090
artifactId = "android-junit5",
91-
currentVersion = "1.10.2.0-SNAPSHOT",
91+
currentVersion = "1.10.2.0",
9292
latestStableVersion = "1.10.0.0",
9393
license = license,
9494
description = "Unit Testing with JUnit 5 for Android."
@@ -99,7 +99,7 @@ object Artifacts {
9999
*/
100100
object Instrumentation {
101101
const val groupId = "de.mannodermaus.junit5"
102-
private const val currentVersion = "1.5.0-SNAPSHOT"
102+
private const val currentVersion = "1.5.0"
103103
const val latestStableVersion = "1.4.0"
104104

105105
val Core = Deployed(

0 commit comments

Comments
 (0)