@@ -12,22 +12,22 @@ LICENSE_NAME = Apache-2.0
1212PLUGIN_GROUP_ID = de.mannodermaus.gradle.plugins
1313PLUGIN_ARTIFACT_ID = android-junit5
1414PLUGIN_DESCRIPTION = Unit Testing with JUnit 5 for Android.
15- PLUGIN_VERSION_NAME = 1.0.32-SNAPSHOT
15+ PLUGIN_VERSION_NAME = 1.0.32
1616PLUGIN_VERSION_NAME_LATEST_STABLE = 1.0.31
1717
1818# Artifact configuration (embedded-runtime)
1919RUNTIME_GROUP_ID = de.mannodermaus.gradle.plugins
2020RUNTIME_ARTIFACT_ID = android-junit5-embedded-runtime
2121RUNTIME_DESCRIPTION = Mirror of IntelliJ IDEA's embedded JUnit 5 Runtime.
22- RUNTIME_VERSION_NAME = 1.0.32-SNAPSHOT
22+ RUNTIME_VERSION_NAME = 1.0.32
2323
2424# Artifact configuration (instrumentation & runner)
2525INSTRUMENTATION_GROUP_ID = de.mannodermaus.junit5
2626INSTRUMENTATION_ARTIFACT_ID = android-instrumentation-test
2727INSTRUMENTATION_DESCRIPTION = Extensions for instrumented Android tests with JUnit 5.
2828INSTRUMENTATION_RUNNER_ARTIFACT_ID = android-instrumentation-test-runner
2929INSTRUMENTATION_RUNNER_DESCRIPTION = Runner for integration of instrumented Android tests with JUnit 5.
30- INSTRUMENTATION_VERSION_NAME = 0.2.2-SNAPSHOT
30+ INSTRUMENTATION_VERSION_NAME = 0.2.2
3131INSTRUMENTATION_VERSION_NAME_LATEST_STABLE = 0.2.1
3232INSTRUMENTATION_MIN_SDK_VERSION = 26
3333INSTRUMENTATION_RUNNER_MIN_SDK_VERSION = 14
0 commit comments