Skip to content

Commit 531b3ef

Browse files
committed
Release 1.0.20
1 parent 62313cf commit 531b3ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A Gradle plugin that allows for the execution of [JUnit 5][junit5gh] tests in An
99
```groovy
1010
buildscript {
1111
dependencies {
12-
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.0.12"
12+
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.0.20"
1313
}
1414
}
1515
```
@@ -88,9 +88,9 @@ However, there are some additional properties that you can apply:
8888
```groovy
8989
junitPlatform {
9090
// The JUnit Jupiter dependency version to use; matches the platform's version by default
91-
jupiterVersion "5.0.1"
91+
jupiterVersion "5.0.2"
9292
// The JUnit Vintage Engine dependency version to use; matches the platform's version by default
93-
vintageVersion "4.12.1"
93+
vintageVersion "4.12.2"
9494
}
9595
```
9696

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android.injected.build.model.only.versioned = 3
55

66
# Artifact configuration (common)
77
GROUP_ID = de.mannodermaus.gradle.plugins
8-
VERSION_NAME = 1.0.20-SNAPSHOT
8+
VERSION_NAME = 1.0.20
99
VCS_URL = https://github.com/mannodermaus/android-junit5
1010

1111
# Artifact configuration (plugin)

0 commit comments

Comments
 (0)