diff --git a/android/README.md b/android/README.md index 6e96296..712868b 100644 --- a/android/README.md +++ b/android/README.md @@ -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' ``` diff --git a/android/sampleapp/build.gradle b/android/sampleapp/build.gradle index dff6eb2..2a2ff9f 100644 --- a/android/sampleapp/build.gradle +++ b/android/sampleapp/build.gradle @@ -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") {