File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
build-logic/src/main/kotlin Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ object Artifacts {
8989 platform = Java ,
9090 groupId = " de.mannodermaus.gradle.plugins" ,
9191 artifactId = " android-junit5" ,
92- currentVersion = " 1.11.1.0-SNAPSHOT " ,
92+ currentVersion = " 1.11.1.0" ,
9393 latestStableVersion = " 1.11.0.0" ,
9494 description = " Unit Testing with JUnit 5 for Android."
9595 )
@@ -99,8 +99,8 @@ object Artifacts {
9999 */
100100 object Instrumentation {
101101 const val groupId = " de.mannodermaus.junit5"
102- private const val currentVersion = " 1.6.0 "
103- private const val latestStableVersion = " 1.5 .0"
102+ private const val currentVersion = " 1.6.1-SNAPSHOT "
103+ private const val latestStableVersion = " 1.6 .0"
104104
105105 val Core = Deployed (
106106 platform = Android (minSdk = 19 ),
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Change Log
33
44## Unreleased
55
6- ## 1.6.0 (2024-10-04 )
6+ ## 1.6.0 (2024-10-05 )
77
88- Use square brackets for parameterized tests to ensure that their logs show correctly in the IDE (#350 )
99- Add missing API methods from JUnit 4's ComposeTestRule to JUnit 5's ComposeContext (#353 )
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ Change Log
22==========
33
44## Unreleased
5+
6+ ## 1.11.1.0 (2024-10-05)
57- JUnit 5.11.1
68
79## 1.11.0.0 (2024-08-14)
You can’t perform that action at this time.
0 commit comments