From 4d5a05d9079cd732c66464830289db9c48cae213 Mon Sep 17 00:00:00 2001 From: Marcel Schnelle Date: Sun, 4 Mar 2018 00:00:45 +0900 Subject: [PATCH] Bump instrumentation & plugin --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 47ce2afa..571f4cd3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ 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_RUNTIME_VERSION_NAME = 1.0.31-SNAPSHOT +PLUGIN_RUNTIME_VERSION_NAME = 1.0.31 PLUGIN_RUNTIME_VERSION_NAME_LATEST_STABLE = 1.0.30 # Artifact configuration (embedded-runtime) @@ -26,8 +26,8 @@ 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.1 -INSTRUMENTATION_VERSION_NAME_LATEST_STABLE = 0.2.0 +INSTRUMENTATION_VERSION_NAME = 0.2.2-SNAPSHOT +INSTRUMENTATION_VERSION_NAME_LATEST_STABLE = 0.2.1 INSTRUMENTATION_MIN_SDK_VERSION = 26 INSTRUMENTATION_RUNNER_MIN_SDK_VERSION = 14