Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## Integrating android-xml-run-listener

[ ![Download](https://api.bintray.com/packages/schroepf/schroepf/android-xml-run-listener/images/download.svg) ](https://bintray.com/schroepf/schroepf/android-xml-run-listener/_latestVersion)

Add dependency to `build.gradle`:

```
androidTestCompile 'de.schroepf:android-xml-run-listener:0.2.0'
```
Expand Down
4 changes: 2 additions & 2 deletions android/sampleapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ dependencies {
testCompile 'junit:junit:4.12'

// use git version
androidTestCompile project(':android-xml-run-listener')
// androidTestCompile project(':android-xml-run-listener')

// use published version
// androidTestCompile 'de.schroepf:android-xml-run-listener:0.1.0'
androidTestCompile 'de.schroepf:android-xml-run-listener:0.2.0'

// Android Testing Support Library's runner and rules
androidTestCompile ("com.android.support.test.espresso:espresso-core:3.0.1") {
Expand Down