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 9a73299 commit 7587327Copy full SHA for 7587327
build-logic/src/main/kotlin/Environment.kt
@@ -92,7 +92,7 @@ object Artifacts {
92
platform = Java,
93
groupId = "de.mannodermaus.gradle.plugins",
94
artifactId = "android-junit5",
95
- currentVersion = "1.12.1.0-SNAPSHOT",
+ currentVersion = "1.12.1.0",
96
latestStableVersion = "1.12.0.0",
97
description = "Unit Testing with JUnit 5 for Android."
98
)
plugin/CHANGELOG.md
@@ -2,6 +2,8 @@ Change Log
2
==========
3
4
## Unreleased
5
+
6
+## 1.12.1.0 (2025-05-18)
7
- JUnit 5.12.1
8
9
## 1.12.0.0 (2025-03-01)
0 commit comments