Skip to content

Commit 490837d

Browse files
committed
Changelogs
1 parent 57754d7 commit 490837d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

instrumentation/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

plugin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)