We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ea410 commit e9fc66bCopy full SHA for e9fc66b
build-logic/src/main/kotlin/Environment.kt
@@ -87,8 +87,8 @@ object Artifacts {
87
platform = Java,
88
groupId = "de.mannodermaus.gradle.plugins",
89
artifactId = "android-junit5",
90
- currentVersion = "1.9.3.0",
91
- latestStableVersion = "1.9.2.0",
+ currentVersion = "1.9.3.1-SNAPSHOT",
+ latestStableVersion = "1.9.3.0",
92
license = license,
93
description = "Unit Testing with JUnit 5 for Android."
94
)
0 commit comments