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 6b73df6 commit 76b4283Copy full SHA for 76b4283
build-logic/src/main/kotlin/Environment.kt
@@ -89,7 +89,7 @@ object Artifacts {
89
platform = Java,
90
groupId = "de.mannodermaus.gradle.plugins",
91
artifactId = "android-junit5",
92
- currentVersion = "1.11.2.0-SNAPSHOT",
+ currentVersion = "1.11.2.0",
93
latestStableVersion = "1.11.1.0",
94
description = "Unit Testing with JUnit 5 for Android."
95
)
plugin/CHANGELOG.md
@@ -2,6 +2,8 @@ Change Log
2
==========
3
4
## Unreleased
5
+
6
+## 1.11.2.0 (2024-10-05)
7
- JUnit 5.11.2
8
9
## 1.11.1.0 (2024-10-05)
0 commit comments