Skip to content

Commit

Permalink
Prep next versions of plugin + instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Jul 25, 2024
1 parent 5bfc0e9 commit 58bd512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-logic/src/main/kotlin/Environment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand All @@ -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(
Expand Down

0 comments on commit 58bd512

Please sign in to comment.