We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56936a commit 4ae2604Copy full SHA for 4ae2604
build-logic/src/main/kotlin/Environment.kt
@@ -91,8 +91,8 @@ object Artifacts {
91
platform = Java,
92
groupId = "de.mannodermaus.gradle.plugins",
93
artifactId = "android-junit5",
94
- currentVersion = "1.11.3.0",
95
- latestStableVersion = "1.11.2.0",
+ currentVersion = "1.11.4.0-SNAPSHOT",
+ latestStableVersion = "1.11.3.0",
96
description = "Unit Testing with JUnit 5 for Android."
97
)
98
0 commit comments