We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37adfef commit a55ace0Copy full SHA for a55ace0
build-logic/src/main/kotlin/Environment.kt
@@ -87,7 +87,7 @@ object Artifacts {
87
platform = Java,
88
groupId = "de.mannodermaus.gradle.plugins",
89
artifactId = "android-junit5",
90
- currentVersion = "1.8.2.0-SNAPSHOT",
+ currentVersion = "1.8.2.0",
91
latestStableVersion = "1.8.1.0",
92
license = license,
93
description = "Unit Testing with JUnit 5 for Android."
0 commit comments