From c4717be89fd8a126766f31cb8336db3c0264a3c4 Mon Sep 17 00:00:00 2001 From: Marcel Schnelle Date: Wed, 2 May 2018 20:07:59 +0900 Subject: [PATCH] Bump versions 1.0.32 & 0.2.2 --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 6cbc1f11..eb041b06 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,14 +12,14 @@ LICENSE_NAME = Apache-2.0 PLUGIN_GROUP_ID = de.mannodermaus.gradle.plugins PLUGIN_ARTIFACT_ID = android-junit5 PLUGIN_DESCRIPTION = Unit Testing with JUnit 5 for Android. -PLUGIN_VERSION_NAME = 1.0.32-SNAPSHOT +PLUGIN_VERSION_NAME = 1.0.32 PLUGIN_VERSION_NAME_LATEST_STABLE = 1.0.31 # Artifact configuration (embedded-runtime) RUNTIME_GROUP_ID = de.mannodermaus.gradle.plugins RUNTIME_ARTIFACT_ID = android-junit5-embedded-runtime RUNTIME_DESCRIPTION = Mirror of IntelliJ IDEA's embedded JUnit 5 Runtime. -RUNTIME_VERSION_NAME = 1.0.32-SNAPSHOT +RUNTIME_VERSION_NAME = 1.0.32 # Artifact configuration (instrumentation & runner) INSTRUMENTATION_GROUP_ID = de.mannodermaus.junit5 @@ -27,7 +27,7 @@ INSTRUMENTATION_ARTIFACT_ID = android-instrumentation-test INSTRUMENTATION_DESCRIPTION = Extensions for instrumented Android tests with JUnit 5. INSTRUMENTATION_RUNNER_ARTIFACT_ID = android-instrumentation-test-runner INSTRUMENTATION_RUNNER_DESCRIPTION = Runner for integration of instrumented Android tests with JUnit 5. -INSTRUMENTATION_VERSION_NAME = 0.2.2-SNAPSHOT +INSTRUMENTATION_VERSION_NAME = 0.2.2 INSTRUMENTATION_VERSION_NAME_LATEST_STABLE = 0.2.1 INSTRUMENTATION_MIN_SDK_VERSION = 26 INSTRUMENTATION_RUNNER_MIN_SDK_VERSION = 14