Skip to content

Commit 23f7429

Browse files
committed
Prep next release of plugin and instrumentation
1 parent 8375b01 commit 23f7429

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.0.0-SNAPSHOT",
91+
currentVersion = "1.10.0.0",
9292
latestStableVersion = "1.9.3.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.4.0-SNAPSHOT"
102+
private const val currentVersion = "1.4.0"
103103
const val latestStableVersion = "1.3.0"
104104

105105
val Core = Deployed(

0 commit comments

Comments
 (0)