We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cdd7b1 commit 11d7b28Copy full SHA for 11d7b28
2 files changed
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.2.0-SNAPSHOT",
+ currentVersion = "1.13.2.0",
97
latestStableVersion = "1.13.1.0",
98
description = "Unit Testing with JUnit 5 for Android."
99
)
plugin/CHANGELOG.md
@@ -2,6 +2,11 @@ Change Log
2
==========
3
4
## Unreleased
5
+
6
+## 1.13.2.0 (2025-09-06)
7
+- First considerations for Android Gradle Plugin 9.x
8
+ - Remove all usages of the old plugin & variant DSL
9
+ - **This means that Jacoco integration is effectively deprecated until further notice for users of AGP 9.0.0 and the new DSL**
10
- JUnit 5.13.2
11
12
## 1.13.1.0 (2025-06-29)
0 commit comments