We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ca41b commit e675bceCopy full SHA for e675bce
buildSrc/src/main/kotlin/Artifacts.kt
@@ -47,7 +47,7 @@ object Artifacts {
47
platform = Java,
48
groupId = "de.mannodermaus.gradle.plugins",
49
artifactId = "android-junit5",
50
- currentVersion = "1.6.2.0-SNAPSHOT",
+ currentVersion = "1.6.2.0",
51
latestStableVersion = "1.6.1.0",
52
license = license,
53
description = "Unit Testing with JUnit 5 for Android."
plugin/CHANGELOG.md
@@ -8,6 +8,11 @@ Change Log
8
#### Fixed
9
#### Removed
10
11
+## 1.6.2.0 (2020-05-03)
12
+
13
+#### Added
14
+- JUnit 5.6.2
15
16
## 1.6.1.0 (2020-05-03)
17
18
#### Added
0 commit comments