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 8375b01 commit 23f7429Copy full SHA for 23f7429
build-logic/src/main/kotlin/Environment.kt
@@ -88,7 +88,7 @@ object Artifacts {
88
platform = Java,
89
groupId = "de.mannodermaus.gradle.plugins",
90
artifactId = "android-junit5",
91
- currentVersion = "1.10.0.0-SNAPSHOT",
+ currentVersion = "1.10.0.0",
92
latestStableVersion = "1.9.3.0",
93
license = license,
94
description = "Unit Testing with JUnit 5 for Android."
@@ -99,7 +99,7 @@ object Artifacts {
99
*/
100
object Instrumentation {
101
const val groupId = "de.mannodermaus.junit5"
102
- private const val currentVersion = "1.4.0-SNAPSHOT"
+ private const val currentVersion = "1.4.0"
103
const val latestStableVersion = "1.3.0"
104
105
val Core = Deployed(
0 commit comments