You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin/CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,11 @@ Change Log
2
2
==========
3
3
4
4
## Unreleased
5
-
- JUnit 5.9.2
5
+
- JUnit 5.9.0
6
6
- Add support for Android Gradle Plugin 8.x.y
7
7
- Raise minimum supported versions for AGP and Gradle to 7.0.x and 7.0, respectively
8
8
- Refactor implementation to mostly use new Variant API from Android Gradle Plugin
9
+
- Remove integrity check and deprecate `integrityCheckEnabled` flag for instrumentation tests (they are auto-configured if junit-jupiter-api is found on the `androidTest` classpath)
9
10
- Use the correct Kotlin source directory set on AGP 7 (@Goooler, #279)
10
11
- Recommend new plugin DSL for configuration over legacy DSL
11
12
- Work around breaking binary change for PackagingOptions in AGP 8.x
0 commit comments