Skip to content

Commit 501f7d2

Browse files
committed
Bump version & update changelog
1 parent c85d1aa commit 501f7d2

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

buildSrc/src/main/kotlin/Artifacts.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ object Artifacts {
4747
platform = Java,
4848
groupId = "de.mannodermaus.gradle.plugins",
4949
artifactId = "android-junit5",
50-
currentVersion = "1.7.1.0",
51-
latestStableVersion = "1.7.0.0",
50+
currentVersion = "1.7.1.1-SNAPSHOT",
51+
latestStableVersion = "1.7.1.0",
5252
license = license,
5353
description = "Unit Testing with JUnit 5 for Android."
5454
)

plugin/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ Change Log
88
#### Fixed
99
#### Removed
1010

11+
## 1.7.1.0 (2021-02-10)
12+
13+
#### Added
14+
- JUnit 5.7.1
15+
#### Changed
16+
- Move location of "junitPlatform" extension to Project
17+
- Migrate Jacoco task integration to new lazy Gradle API
18+
- Migrate instrumentation test integration task to new lazy TaskProvider API
19+
#### Fixed
20+
#### Removed
21+
- Remove workaround for KotlinJvmOptions (not needed anymore)
22+
1123
## 1.7.0.0 (2020-12-18)
1224

1325
#### Changed

0 commit comments

Comments
 (0)