Skip to content

Commit

Permalink
Plugin 1.8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Jul 2, 2022
1 parent b4ead56 commit 00ea01d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/Environment.kt
Expand Up @@ -89,7 +89,7 @@ object Artifacts {
platform = Java,
groupId = "de.mannodermaus.gradle.plugins",
artifactId = "android-junit5",
currentVersion = "1.8.2.1-SNAPSHOT",
currentVersion = "1.8.2.1",
latestStableVersion = "1.8.2.0",
license = license,
description = "Unit Testing with JUnit 5 for Android."
Expand Down
2 changes: 2 additions & 0 deletions plugin/CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@ Change Log
==========

## Unreleased

## 1.8.2.1 (2022-07-02)
- Support Gradle configuration cache (#265)
- Replace usage of deprecated `destinationDir` compiler task property to support Kotlin 1.7.0 and beyond (#274)

Expand Down

0 comments on commit 00ea01d

Please sign in to comment.