Skip to content

Commit 6016756

Browse files
committed
Plugin 2.0.1
1 parent af66349 commit 6016756

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ object Artifacts {
107107
platform = Java,
108108
groupId = "de.mannodermaus.gradle.plugins",
109109
artifactId = "android-junit5",
110-
currentVersion = "2.0.1-SNAPSHOT",
110+
currentVersion = "2.0.1",
111111
latestStableVersion = "2.0.0",
112112
description = "Unit Testing with the JUnit Framework for Android."
113113
)
@@ -117,8 +117,8 @@ object Artifacts {
117117
*/
118118
object Instrumentation {
119119
const val groupId = "de.mannodermaus.junit5"
120-
private const val currentVersion = "2.0.1"
121-
private const val latestStableVersion = "2.0.0"
120+
private const val currentVersion = "2.0.2-SNAPSHOT"
121+
private const val latestStableVersion = "2.0.1"
122122

123123
val Core = Deployed(
124124
platform = Android(minSdk = 19),

plugin/CHANGELOG.md

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

44
## Unreleased
55

6+
## 2.0.1 (2026-01-14)
7+
- This release is identical to 2.0.0 in regard to the plugin, as it only resolves an issue with packaging of the associated instrumentation libraries
8+
69
## 2.0.0 (2026-01-01)
710
- Update to Kotlin 2.3
811
- Internal: Replace deprecated `OutputDirectoryProvider` with its correct replacement

0 commit comments

Comments
 (0)