File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
build-logic/src/main/kotlin Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff 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 ),
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments