File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ object Artifacts {
47
47
platform = Java ,
48
48
groupId = " de.mannodermaus.gradle.plugins" ,
49
49
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" ,
52
52
license = license,
53
53
description = " Unit Testing with JUnit 5 for Android."
54
54
)
Original file line number Diff line number Diff line change @@ -8,6 +8,18 @@ Change Log
8
8
#### Fixed
9
9
#### Removed
10
10
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
+
11
23
## 1.7.0.0 (2020-12-18)
12
24
13
25
#### Changed
You can’t perform that action at this time.
0 commit comments