Skip to content

Commit 00ea01d

Browse files
committed
Plugin 1.8.2.1
1 parent b4ead56 commit 00ea01d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build-logic/src/main/kotlin/Environment.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ object Artifacts {
8989
platform = Java,
9090
groupId = "de.mannodermaus.gradle.plugins",
9191
artifactId = "android-junit5",
92-
currentVersion = "1.8.2.1-SNAPSHOT",
92+
currentVersion = "1.8.2.1",
9393
latestStableVersion = "1.8.2.0",
9494
license = license,
9595
description = "Unit Testing with JUnit 5 for Android."

plugin/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Change Log
22
==========
33

44
## Unreleased
5+
6+
## 1.8.2.1 (2022-07-02)
57
- Support Gradle configuration cache (#265)
68
- Replace usage of deprecated `destinationDir` compiler task property to support Kotlin 1.7.0 and beyond (#274)
79

0 commit comments

Comments
 (0)