File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
build-logic/src/main/kotlin Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ object Artifacts {
91
91
platform = Java ,
92
92
groupId = " de.mannodermaus.gradle.plugins" ,
93
93
artifactId = " android-junit5" ,
94
- currentVersion = " 1.13.0.0-SNAPSHOT " ,
94
+ currentVersion = " 1.13.0.0" ,
95
95
latestStableVersion = " 1.12.2.0" ,
96
96
description = " Unit Testing with JUnit 5 for Android."
97
97
)
@@ -101,8 +101,8 @@ object Artifacts {
101
101
*/
102
102
object Instrumentation {
103
103
const val groupId = " de.mannodermaus.junit5"
104
- private const val currentVersion = " 1.8.0 "
105
- private const val latestStableVersion = " 1.7 .0"
104
+ private const val currentVersion = " 1.8.1-SNAPSHOT "
105
+ private const val latestStableVersion = " 1.8 .0"
106
106
107
107
val Core = Deployed (
108
108
platform = Android (minSdk = 19 ),
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ Change Log
2
2
==========
3
3
4
4
## Unreleased
5
+
6
+ ## 1.13.0.0 (2025-06-11)
5
7
- JUnit 5.13.0
6
8
- Update to Kotlin 2.x
7
9
- Raise minimum supported versions for AGP and Gradle to 8.2.x and 8.2, respectively
You can’t perform that action at this time.
0 commit comments