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 {
9191 platform = Java ,
9292 groupId = " de.mannodermaus.gradle.plugins" ,
9393 artifactId = " android-junit5" ,
94- currentVersion = " 1.13.0.0-SNAPSHOT " ,
94+ currentVersion = " 1.13.0.0" ,
9595 latestStableVersion = " 1.12.2.0" ,
9696 description = " Unit Testing with JUnit 5 for Android."
9797 )
@@ -101,8 +101,8 @@ object Artifacts {
101101 */
102102 object Instrumentation {
103103 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"
106106
107107 val Core = Deployed (
108108 platform = Android (minSdk = 19 ),
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ Change Log
22==========
33
44## Unreleased
5+
6+ ## 1.13.0.0 (2025-06-11)
57- JUnit 5.13.0
68- Update to Kotlin 2.x
79- 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