Skip to content

Commit e9fc66b

Browse files
committed
Prepare next version
1 parent 28ea410 commit e9fc66b

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
@@ -87,8 +87,8 @@ object Artifacts {
8787
platform = Java,
8888
groupId = "de.mannodermaus.gradle.plugins",
8989
artifactId = "android-junit5",
90-
currentVersion = "1.9.3.0",
91-
latestStableVersion = "1.9.2.0",
90+
currentVersion = "1.9.3.1-SNAPSHOT",
91+
latestStableVersion = "1.9.3.0",
9292
license = license,
9393
description = "Unit Testing with JUnit 5 for Android."
9494
)

0 commit comments

Comments
 (0)