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 ddf34d2 commit e57401dCopy full SHA for e57401d
build-logic/src/main/kotlin/Environment.kt
@@ -81,8 +81,8 @@ object Artifacts {
81
platform = Java,
82
groupId = "de.mannodermaus.gradle.plugins",
83
artifactId = "android-junit5",
84
- currentVersion = "1.8.0.0",
85
- latestStableVersion = "1.7.1.1",
+ currentVersion = "1.8.0.1-SNAPSHOT",
+ latestStableVersion = "1.8.0.0",
86
license = license,
87
description = "Unit Testing with JUnit 5 for Android."
88
)
0 commit comments