Skip to content

Commit a2d774e

Browse files
committed
Prepare instrumentation 0.2.0 release
1 parent 4441758 commit a2d774e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LICENSE_NAME = Apache-2.0
1212
PLUGIN_GROUP_ID = de.mannodermaus.gradle.plugins
1313
PLUGIN_ARTIFACT_ID = android-junit5
1414
PLUGIN_DESCRIPTION = Unit Testing with JUnit 5 for Android.
15-
PLUGIN_RUNTIME_VERSION_NAME = 1.0.31
15+
PLUGIN_RUNTIME_VERSION_NAME = 1.0.31-SNAPSHOT
1616
PLUGIN_RUNTIME_VERSION_NAME_LATEST_STABLE = 1.0.30
1717

1818
# Artifact configuration (embedded-runtime)
@@ -26,7 +26,7 @@ INSTRUMENTATION_ARTIFACT_ID = android-instrumentation-test
2626
INSTRUMENTATION_DESCRIPTION = Extensions for instrumented Android tests with JUnit 5.
2727
INSTRUMENTATION_RUNNER_ARTIFACT_ID = android-instrumentation-test-runner
2828
INSTRUMENTATION_RUNNER_DESCRIPTION = Runner for integration of instrumented Android tests with JUnit 5.
29-
INSTRUMENTATION_VERSION_NAME = 0.1.2-SNAPSHOT
29+
INSTRUMENTATION_VERSION_NAME = 0.2.0
3030
INSTRUMENTATION_VERSION_NAME_LATEST_STABLE = 0.1.1
3131
INSTRUMENTATION_MIN_SDK_VERSION = 26
3232
INSTRUMENTATION_RUNNER_MIN_SDK_VERSION = 14

0 commit comments

Comments
 (0)