File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ LICENSE_NAME = Apache-2.0
12
12
PLUGIN_GROUP_ID = de.mannodermaus.gradle.plugins
13
13
PLUGIN_ARTIFACT_ID = android-junit5
14
14
PLUGIN_DESCRIPTION = Unit Testing with JUnit 5 for Android.
15
- PLUGIN_RUNTIME_VERSION_NAME = 1.0.31-SNAPSHOT
15
+ PLUGIN_RUNTIME_VERSION_NAME = 1.0.31
16
16
PLUGIN_RUNTIME_VERSION_NAME_LATEST_STABLE = 1.0.30
17
17
18
18
# Artifact configuration (embedded-runtime)
@@ -26,8 +26,8 @@ INSTRUMENTATION_ARTIFACT_ID = android-instrumentation-test
26
26
INSTRUMENTATION_DESCRIPTION = Extensions for instrumented Android tests with JUnit 5.
27
27
INSTRUMENTATION_RUNNER_ARTIFACT_ID = android-instrumentation-test-runner
28
28
INSTRUMENTATION_RUNNER_DESCRIPTION = Runner for integration of instrumented Android tests with JUnit 5.
29
- INSTRUMENTATION_VERSION_NAME = 0.2.1
30
- INSTRUMENTATION_VERSION_NAME_LATEST_STABLE = 0.2.0
29
+ INSTRUMENTATION_VERSION_NAME = 0.2.2-SNAPSHOT
30
+ INSTRUMENTATION_VERSION_NAME_LATEST_STABLE = 0.2.1
31
31
INSTRUMENTATION_MIN_SDK_VERSION = 26
32
32
INSTRUMENTATION_RUNNER_MIN_SDK_VERSION = 14
33
33
You can’t perform that action at this time.
0 commit comments