From 23f7429f7ade39e20a4e3d83b5753b61ea80c8d6 Mon Sep 17 00:00:00 2001 From: Marcel Schnelle Date: Sat, 4 Nov 2023 23:28:24 +0900 Subject: [PATCH] Prep next release of plugin and instrumentation --- build-logic/src/main/kotlin/Environment.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-logic/src/main/kotlin/Environment.kt b/build-logic/src/main/kotlin/Environment.kt index 524b6e93..1fad1808 100644 --- a/build-logic/src/main/kotlin/Environment.kt +++ b/build-logic/src/main/kotlin/Environment.kt @@ -88,7 +88,7 @@ object Artifacts { platform = Java, groupId = "de.mannodermaus.gradle.plugins", artifactId = "android-junit5", - currentVersion = "1.10.0.0-SNAPSHOT", + currentVersion = "1.10.0.0", latestStableVersion = "1.9.3.0", license = license, description = "Unit Testing with JUnit 5 for Android." @@ -99,7 +99,7 @@ object Artifacts { */ object Instrumentation { const val groupId = "de.mannodermaus.junit5" - private const val currentVersion = "1.4.0-SNAPSHOT" + private const val currentVersion = "1.4.0" const val latestStableVersion = "1.3.0" val Core = Deployed(