Skip to content

Commit 4ae2604

Browse files
committed
Bump plugin version
1 parent c56936a commit 4ae2604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ object Artifacts {
9191
platform = Java,
9292
groupId = "de.mannodermaus.gradle.plugins",
9393
artifactId = "android-junit5",
94-
currentVersion = "1.11.3.0",
95-
latestStableVersion = "1.11.2.0",
94+
currentVersion = "1.11.4.0-SNAPSHOT",
95+
latestStableVersion = "1.11.3.0",
9696
description = "Unit Testing with JUnit 5 for Android."
9797
)
9898

0 commit comments

Comments
 (0)