We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff84945 commit d2024ebCopy full SHA for d2024eb
1 file changed
gradle.properties
@@ -12,7 +12,7 @@ LICENSE_NAME = Apache-2.0
12
PLUGIN_GROUP_ID = de.mannodermaus.gradle.plugins
13
PLUGIN_ARTIFACT_ID = android-junit5
14
PLUGIN_DESCRIPTION = Unit Testing with JUnit 5 for Android.
15
-PLUGIN_RUNTIME_VERSION_NAME = 1.0.23-SNAPSHOT
+PLUGIN_RUNTIME_VERSION_NAME = 1.0.30
16
17
# Artifact configuration (embedded-runtime)
18
RUNTIME_GROUP_ID = de.mannodermaus.gradle.plugins
@@ -55,8 +55,8 @@ TARGET_SDK_VERSION = 27
55
SAMPLE_MIN_SDK_VERSION = 14
56
57
# Dependency versions
58
-JUNIT_PLATFORM_VERSION = 1.0.2
59
-JUNIT_JUPITER_VERSION = 5.0.2
+JUNIT_PLATFORM_VERSION = 1.0.3
+JUNIT_JUPITER_VERSION = 5.0.3
60
JUNIT_VINTAGE_VERSION = 4.12.2
61
JUNIT4_VERSION = 4.12
62
SPOCK_VERSION = 1.1-groovy-2.4
0 commit comments