Skip to content

Commit fa01f1c

Browse files
committed
Plugin 1.11.1.0
1 parent a35dc2d commit fa01f1c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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),

instrumentation/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

plugin/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)