Skip to content

Commit

Permalink
Update Download section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- committed Mar 30, 2018
1 parent 287c4de commit 5e42383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ fun condition() {
### Download
For unit tests:
```gradle
testCompile 'pl.droidsonroids.testing:mockwebserver-path-dispatcher:1.0.0'
testImplementation 'pl.droidsonroids.testing:mockwebserver-path-dispatcher:1.1.0'
```
or for Android instrumentation tests:
```gradle
androidTestCompile 'pl.droidsonroids.testing:mockwebserver-path-dispatcher:1.0.0'
androidTestImplementation 'pl.droidsonroids.testing:mockwebserver-path-dispatcher:1.1.0'
```

### License
Expand Down

0 comments on commit 5e42383

Please sign in to comment.