We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ead56 commit 00ea01dCopy full SHA for 00ea01d
build-logic/src/main/kotlin/Environment.kt
@@ -89,7 +89,7 @@ object Artifacts {
89
platform = Java,
90
groupId = "de.mannodermaus.gradle.plugins",
91
artifactId = "android-junit5",
92
- currentVersion = "1.8.2.1-SNAPSHOT",
+ currentVersion = "1.8.2.1",
93
latestStableVersion = "1.8.2.0",
94
license = license,
95
description = "Unit Testing with JUnit 5 for Android."
plugin/CHANGELOG.md
@@ -2,6 +2,8 @@ Change Log
2
==========
3
4
## Unreleased
5
+
6
+## 1.8.2.1 (2022-07-02)
7
- Support Gradle configuration cache (#265)
8
- Replace usage of deprecated `destinationDir` compiler task property to support Kotlin 1.7.0 and beyond (#274)
9
0 commit comments