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 {
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 )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments