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 bec50d2 commit a2968b3Copy full SHA for a2968b3
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.3.0-SNAPSHOT",
+ currentVersion = "1.10.3.0",
92
latestStableVersion = "1.10.2.0",
93
license = license,
94
description = "Unit Testing with JUnit 5 for Android."
0 commit comments