Skip to content

Commit 4b47bb8

Browse files
committed
Plugin 1.6.0.0
1 parent 8570df2 commit 4b47bb8

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Furthermore, this repository provides a small showcase of the functionality prov
2424
```groovy
2525
buildscript {
2626
dependencies {
27-
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.5.2.0"
27+
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.6.0.0"
2828
}
2929
}
3030
```
@@ -36,7 +36,7 @@ Furthermore, this repository provides a small showcase of the functionality prov
3636
```kotlin
3737
buildscript {
3838
dependencies {
39-
classpath("de.mannodermaus.gradle.plugins:android-junit5:1.5.2.0")
39+
classpath("de.mannodermaus.gradle.plugins:android-junit5:1.6.0.0")
4040
}
4141
}
4242
```

buildSrc/src/main/kotlin/Artifacts.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ object Artifacts {
3535
platform = Java,
3636
groupId = "de.mannodermaus.gradle.plugins",
3737
artifactId = "android-junit5",
38-
currentVersion = "1.6.0.0-SNAPSHOT",
38+
currentVersion = "1.6.0.0",
3939
latestStableVersion = "1.5.2.0",
4040
license = license,
4141
description = "Unit Testing with JUnit 5 for Android."

plugin/CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@ Change Log
44
## Unreleased
55

66
#### Added
7-
- JUnit 5.6.0
8-
- Compatibility with Android Gradle Plugin 4.x versions
9-
- Compatibility with Gradle 6; also raised minimum supported version to Gradle 6.1.1
107
#### Changed
118
#### Fixed
129
#### Removed
1310

11+
## 1.6.0.0 (2020-02-27)
12+
13+
#### Added
14+
- JUnit 5.6.0
15+
- Compatibility with Android Gradle Plugin 4.x versions
16+
- Compatibility with Gradle 6
17+
#### Changed
18+
- Raised minimum supported version to Gradle 6.1.1
19+
1420
## 1.5.2.0 (2019-10-09)
1521

1622
- JUnit 5.5.2

0 commit comments

Comments
 (0)