We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a842b7 commit 403630bCopy full SHA for 403630b
build-logic/src/main/kotlin/Environment.kt
@@ -87,7 +87,7 @@ object Artifacts {
87
platform = Java,
88
groupId = "de.mannodermaus.gradle.plugins",
89
artifactId = "android-junit5",
90
- currentVersion = "1.11.0.0-SNAPSHOT",
+ currentVersion = "1.11.0.0",
91
latestStableVersion = "1.10.3.0",
92
description = "Unit Testing with JUnit 5 for Android."
93
)
plugin/CHANGELOG.md
@@ -2,6 +2,8 @@ Change Log
2
==========
3
4
## Unreleased
5
+
6
+## 1.11.0.0 (2024-08-14)
7
- JUnit 5.11
8
9
## 1.10.3.0 (2024-08-14)
0 commit comments