Skip to content

Commit 10c2dbc

Browse files
author
Marcel Schnelle
committed
Prepare 1.0.0-M4-rev2
1 parent 8a5ae7c commit 10c2dbc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
}
1212
dependencies {
1313
// 2. Add the plugin as a classpath dependency
14-
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.0.0-M4-rev1"
14+
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.0.0-M4-rev2"
1515
}
1616
}
1717
@@ -22,6 +22,9 @@ apply plugin: "de.mannodermaus.android-junit5"
2222
dependencies {
2323
// 4. Add the testCompile dependencies on JUnit Jupiter
2424
testCompile junitJupiter()
25+
26+
// 5. If you need parameterized tests:
27+
testCompile junitParams()
2528
}
2629
```
2730

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Artifact configuration
44
GROUP_ID = de.mannodermaus.gradle.plugins
55
ARTIFACT_ID = android-junit5
6-
VERSION_NAME = 1.0.0-M4-rev1
6+
VERSION_NAME = 1.0.0-M4-rev2
77
DESCRIPTION = Unit Testing with JUnit 5 for Android.
88
VCS_URL = https://github.com/aurae/android-junit5
99

0 commit comments

Comments
 (0)