Skip to content

Commit eff6ac2

Browse files
committed
Plugin 1.13.4.0
1 parent 3b138b4 commit eff6ac2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

build-logic/src/main/kotlin/Environment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ object Artifacts {
9393
platform = Java,
9494
groupId = "de.mannodermaus.gradle.plugins",
9595
artifactId = "android-junit5",
96-
currentVersion = "1.13.4.0-SNAPSHOT",
96+
currentVersion = "1.13.4.0",
9797
latestStableVersion = "1.13.3.0",
9898
description = "Unit Testing with JUnit 5 for Android."
9999
)

plugin/CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@ Change Log
22
==========
33

44
## Unreleased
5+
6+
## 1.13.4.0 (2025-09-07)
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**
510
- JUnit 5.13.4
611

712
## 1.13.3.0 (2025-09-07)
813
- JUnit 5.13.3
914

1015
## 1.13.2.0 (2025-09-06)
11-
- First considerations for Android Gradle Plugin 9.x
12-
- Remove all usages of the old plugin & variant DSL
13-
- **This means that Jacoco integration is effectively deprecated until further notice for users of AGP 9.0.0 and the new DSL**
1416
- JUnit 5.13.2
1517

1618
## 1.13.1.0 (2025-06-29)

0 commit comments

Comments
 (0)