-
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
To get started you can also look at this example project.
-
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 additional test dependency when your need permission handling
androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
(TODO)