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 ab9b043 commit 7c3052dCopy full SHA for 7c3052d
build-logic/src/main/kotlin/Environment.kt
@@ -93,7 +93,7 @@ object Artifacts {
93
platform = Java,
94
groupId = "de.mannodermaus.gradle.plugins",
95
artifactId = "android-junit5",
96
- currentVersion = "1.13.3.0-SNAPSHOT",
+ currentVersion = "1.13.3.0",
97
latestStableVersion = "1.13.2.0",
98
description = "Unit Testing with JUnit 5 for Android."
99
)
plugin/CHANGELOG.md
@@ -2,6 +2,8 @@ Change Log
2
==========
3
4
## Unreleased
5
+
6
+## 1.13.3.0 (2025-09-07)
7
- JUnit 5.13.3
8
9
## 1.13.2.0 (2025-09-06)
0 commit comments