Skip to content

Commit

Permalink
Plugin 1.6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Feb 27, 2020
1 parent 8570df2 commit 4b47bb8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Furthermore, this repository provides a small showcase of the functionality prov
```groovy
buildscript {
dependencies {
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.5.2.0"
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.6.0.0"
}
}
```
Expand All @@ -36,7 +36,7 @@ Furthermore, this repository provides a small showcase of the functionality prov
```kotlin
buildscript {
dependencies {
classpath("de.mannodermaus.gradle.plugins:android-junit5:1.5.2.0")
classpath("de.mannodermaus.gradle.plugins:android-junit5:1.6.0.0")
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Artifacts.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object Artifacts {
platform = Java,
groupId = "de.mannodermaus.gradle.plugins",
artifactId = "android-junit5",
currentVersion = "1.6.0.0-SNAPSHOT",
currentVersion = "1.6.0.0",
latestStableVersion = "1.5.2.0",
license = license,
description = "Unit Testing with JUnit 5 for Android."
Expand Down
12 changes: 9 additions & 3 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@ Change Log
## Unreleased

#### Added
- JUnit 5.6.0
- Compatibility with Android Gradle Plugin 4.x versions
- Compatibility with Gradle 6; also raised minimum supported version to Gradle 6.1.1
#### Changed
#### Fixed
#### Removed

## 1.6.0.0 (2020-02-27)

#### Added
- JUnit 5.6.0
- Compatibility with Android Gradle Plugin 4.x versions
- Compatibility with Gradle 6
#### Changed
- Raised minimum supported version to Gradle 6.1.1

## 1.5.2.0 (2019-10-09)

- JUnit 5.5.2
Expand Down

0 comments on commit 4b47bb8

Please sign in to comment.