From 58bd5120402d4788c2266b4622c12b6b6c23f1b6 Mon Sep 17 00:00:00 2001 From: Marcel Schnelle Date: Thu, 25 Jul 2024 21:24:18 +0900 Subject: [PATCH] Prep next versions of plugin + 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 3ea23a0c..ceaf6100 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.2.0-SNAPSHOT", + currentVersion = "1.10.2.0", latestStableVersion = "1.10.0.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.5.0-SNAPSHOT" + private const val currentVersion = "1.5.0" const val latestStableVersion = "1.4.0" val Core = Deployed(