Skip to content

Instantly share code, notes, and snippets.

@Egorand
Last active July 2, 2016 09:32
Show Gist options
  • Save Egorand/2000b81423848ec0262239ec058e5edc to your computer and use it in GitHub Desktop.
Save Egorand/2000b81423848ec0262239ec058e5edc to your computer and use it in GitHub Desktop.
android-espresso-sorted-list-dependencies
def APPCOMPAT_VERSION = "24.0.0"
def ESPRESSO_RUNNER_VERSION = "0.5"
dependencies {
// dependencies with "compile" scope go here
androidTestCompile "com.android.support:support-annotations:${APPCOMPAT_VERSION}"
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.2'
androidTestCompile "com.android.support.test:runner:${ESPRESSO_RUNNER_VERSION}"
androidTestCompile "com.android.support.test:rules:${ESPRESSO_RUNNER_VERSION}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment