We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9483c04 commit 0ee7b2fCopy full SHA for 0ee7b2f
build-logic/src/main/kotlin/Environment.kt
@@ -91,7 +91,7 @@ object Artifacts {
91
platform = Java,
92
groupId = "de.mannodermaus.gradle.plugins",
93
artifactId = "android-junit5",
94
- currentVersion = "1.13.1.0-SNAPSHOT",
+ currentVersion = "1.13.1.0",
95
latestStableVersion = "1.13.0.0",
96
description = "Unit Testing with JUnit 5 for Android."
97
)
plugin/CHANGELOG.md
@@ -2,6 +2,8 @@ Change Log
2
==========
3
4
## Unreleased
5
+
6
+## 1.13.1.0 (2025-06-29)
7
- JUnit 5.13.1
8
9
## 1.13.0.0 (2025-06-11)
0 commit comments