Skip to content

Commit e57401d

Browse files
committed
Prepare next plugin version
1 parent ddf34d2 commit e57401d

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
@@ -81,8 +81,8 @@ object Artifacts {
8181
platform = Java,
8282
groupId = "de.mannodermaus.gradle.plugins",
8383
artifactId = "android-junit5",
84-
currentVersion = "1.8.0.0",
85-
latestStableVersion = "1.7.1.1",
84+
currentVersion = "1.8.0.1-SNAPSHOT",
85+
latestStableVersion = "1.8.0.0",
8686
license = license,
8787
description = "Unit Testing with JUnit 5 for Android."
8888
)

0 commit comments

Comments
 (0)