File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Change Log
55- Update formatting of instrumentation test names to prevent breaking generation of log files in newer versions of AGP (#263 )
66- Add support for test sharding (#270 )
77- Add support for inherited tests (#288 )
8+ - Only autoconfigure JUnit 5 for instrumentation tests when the user explicitly adds junit-jupiter-api as a dependency
89
910## 1.3.0 (2021-09-17)
1011
Original file line number Diff line number Diff line change @@ -2,6 +2,13 @@ Change Log
22==========
33
44## Unreleased
5+ - JUnit 5.9.2
6+ - Add support for Android Gradle Plugin 8.x.y
7+ - Raise minimum supported versions for AGP and Gradle to 7.0.x and 7.0, respectively
8+ - Refactor implementation to mostly use new Variant API from Android Gradle Plugin
9+ - Use the correct Kotlin source directory set on AGP 7 (@Goooler , #279 )
10+ - Recommend new plugin DSL for configuration over legacy DSL
11+ - Work around breaking binary change for PackagingOptions in AGP 8.x
512
613## 1.8.2.1 (2022-07-02)
714- Support Gradle configuration cache (#265 )
You can’t perform that action at this time.
0 commit comments