Skip to content

Commit

Permalink
Bump instrumentation & plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Mar 3, 2018
1 parent 7468816 commit 4d5a05d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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

Expand Down

0 comments on commit 4d5a05d

Please sign in to comment.