Skip to content

Commit

Permalink
Plugin 1.11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Oct 4, 2024
1 parent a35dc2d commit fa01f1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build-logic/src/main/kotlin/Environment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ object Artifacts {
platform = Java,
groupId = "de.mannodermaus.gradle.plugins",
artifactId = "android-junit5",
currentVersion = "1.11.1.0-SNAPSHOT",
currentVersion = "1.11.1.0",
latestStableVersion = "1.11.0.0",
description = "Unit Testing with JUnit 5 for Android."
)
Expand All @@ -99,8 +99,8 @@ object Artifacts {
*/
object Instrumentation {
const val groupId = "de.mannodermaus.junit5"
private const val currentVersion = "1.6.0"
private const val latestStableVersion = "1.5.0"
private const val currentVersion = "1.6.1-SNAPSHOT"
private const val latestStableVersion = "1.6.0"

val Core = Deployed(
platform = Android(minSdk = 19),
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Change Log

## Unreleased

## 1.6.0 (2024-10-04)
## 1.6.0 (2024-10-05)

- Use square brackets for parameterized tests to ensure that their logs show correctly in the IDE (#350)
- Add missing API methods from JUnit 4's ComposeTestRule to JUnit 5's ComposeContext (#353)
Expand Down
2 changes: 2 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Change Log
==========

## Unreleased

## 1.11.1.0 (2024-10-05)
- JUnit 5.11.1

## 1.11.0.0 (2024-08-14)
Expand Down

0 comments on commit fa01f1c

Please sign in to comment.