Skip to content

Commit e675bce

Browse files
committed
Plugin 1.6.2.0
1 parent 88ca41b commit e675bce

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

buildSrc/src/main/kotlin/Artifacts.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ object Artifacts {
4747
platform = Java,
4848
groupId = "de.mannodermaus.gradle.plugins",
4949
artifactId = "android-junit5",
50-
currentVersion = "1.6.2.0-SNAPSHOT",
50+
currentVersion = "1.6.2.0",
5151
latestStableVersion = "1.6.1.0",
5252
license = license,
5353
description = "Unit Testing with JUnit 5 for Android."

plugin/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Change Log
88
#### Fixed
99
#### Removed
1010

11+
## 1.6.2.0 (2020-05-03)
12+
13+
#### Added
14+
- JUnit 5.6.2
15+
1116
## 1.6.1.0 (2020-05-03)
1217

1318
#### Added

0 commit comments

Comments
 (0)