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 5bfc0e9 commit 58bd512Copy full SHA for 58bd512
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.2.0-SNAPSHOT",
+ currentVersion = "1.10.2.0",
92
latestStableVersion = "1.10.0.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.5.0-SNAPSHOT"
+ private const val currentVersion = "1.5.0"
103
const val latestStableVersion = "1.4.0"
104
105
val Core = Deployed(
0 commit comments