Skip to content

Commit

Permalink
Bump versions 1.0.32 & 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Schnelle committed May 2, 2018
1 parent 824231e commit c4717be
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,22 +12,22 @@ 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
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
Expand Down

0 comments on commit c4717be

Please sign in to comment.