-
Notifications
You must be signed in to change notification settings - Fork 9
Get Started
Nico Küchler edited this page Mar 26, 2016
·
16 revisions
add custom repository
maven { url = "https://dl.bintray.com/nenick/maven/" }
add test dependency
// see bintray badged for latest version
androidTestCompile ('de.nenick:espresso-macchiato:x.x.x')
add test dependency when your need permission handling
androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'