File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
build-logic/src/main/kotlin Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ object Artifacts {
9393 platform = Java ,
9494 groupId = " de.mannodermaus.gradle.plugins" ,
9595 artifactId = " android-junit5" ,
96- currentVersion = " 1.14.0.0-SNAPSHOT " ,
96+ currentVersion = " 1.14.0.0" ,
9797 latestStableVersion = " 1.13.4.0" ,
9898 description = " Unit Testing with JUnit 5 for Android."
9999 )
@@ -103,8 +103,8 @@ object Artifacts {
103103 */
104104 object Instrumentation {
105105 const val groupId = " de.mannodermaus.junit5"
106- private const val currentVersion = " 1.9.0 "
107- private const val latestStableVersion = " 1.8 .0"
106+ private const val currentVersion = " 1.9.1-SNAPSHOT "
107+ private const val latestStableVersion = " 1.9 .0"
108108
109109 val Core = Deployed (
110110 platform = Android (minSdk = 19 ),
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ Change Log
22==========
33
44## Unreleased
5+
6+ ## 1.14.0.0 (2025-10-10)
57- JUnit 5.14.0
68
79## 1.13.4.0 (2025-09-07)
You can’t perform that action at this time.
0 commit comments