Skip to content

Commit fa5a17b

Browse files
committed
Plugin 1.13.0.0
1 parent 0f21230 commit fa5a17b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ object Artifacts {
9191
platform = Java,
9292
groupId = "de.mannodermaus.gradle.plugins",
9393
artifactId = "android-junit5",
94-
currentVersion = "1.13.0.0-SNAPSHOT",
94+
currentVersion = "1.13.0.0",
9595
latestStableVersion = "1.12.2.0",
9696
description = "Unit Testing with JUnit 5 for Android."
9797
)
@@ -101,8 +101,8 @@ object Artifacts {
101101
*/
102102
object Instrumentation {
103103
const val groupId = "de.mannodermaus.junit5"
104-
private const val currentVersion = "1.8.0"
105-
private const val latestStableVersion = "1.7.0"
104+
private const val currentVersion = "1.8.1-SNAPSHOT"
105+
private const val latestStableVersion = "1.8.0"
106106

107107
val Core = Deployed(
108108
platform = Android(minSdk = 19),

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.13.0.0 (2025-06-11)
57
- JUnit 5.13.0
68
- Update to Kotlin 2.x
79
- Raise minimum supported versions for AGP and Gradle to 8.2.x and 8.2, respectively

0 commit comments

Comments
 (0)