Skip to content

Commit

Permalink
Prepare 1.0.0-M4-rev2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Schnelle committed Jun 4, 2017
1 parent 8a5ae7c commit 10c2dbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
}
dependencies {
// 2. Add the plugin as a classpath dependency
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.0.0-M4-rev1"
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.0.0-M4-rev2"
}
}
Expand All @@ -22,6 +22,9 @@ apply plugin: "de.mannodermaus.android-junit5"
dependencies {
// 4. Add the testCompile dependencies on JUnit Jupiter
testCompile junitJupiter()
// 5. If you need parameterized tests:
testCompile junitParams()
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Artifact configuration
GROUP_ID = de.mannodermaus.gradle.plugins
ARTIFACT_ID = android-junit5
VERSION_NAME = 1.0.0-M4-rev1
VERSION_NAME = 1.0.0-M4-rev2
DESCRIPTION = Unit Testing with JUnit 5 for Android.
VCS_URL = https://github.com/aurae/android-junit5

Expand Down

0 comments on commit 10c2dbc

Please sign in to comment.