Skip to content

Commit 2077400

Browse files
committed
Changelog for plugin 1.8.1.0 & correct use from Compose project
1 parent ff21de3 commit 2077400

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

instrumentation/compose/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
}
1111

1212
dependencies {
13-
val latest = Artifacts.Plugin.currentVersion
13+
val latest = Artifacts.Plugin.latestStableVersion
1414
classpath("de.mannodermaus.gradle.plugins:android-junit5:$latest")
1515
}
1616
}

plugin/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Change Log
22
==========
33

44
## Unreleased
5+
6+
## 1.8.1.0 (2021-12-19)
7+
- JUnit 5.8.1
58
- Replaced deprecated method `Report.setEnabled` with `Report.required.set` to remove deprecation warnings in Gradle 7+ (CC @gmarques33, #260)
69

710
## 1.8.0.0 (2021-09-17)

0 commit comments

Comments
 (0)