Skip to content

Instantly share code, notes, and snippets.

@heitorpaceli
Created July 6, 2021 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heitorpaceli/829a094c96ca0fe8b10caccd6a12e9b2 to your computer and use it in GitHub Desktop.
Save heitorpaceli/829a094c96ca0fe8b10caccd6a12e9b2 to your computer and use it in GitHub Desktop.
UI Automator dependencies in main source set.
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.test.ext:junit:1.1.3'
implementation 'androidx.test:runner:1.4.0'
implementation 'androidx.test.uiautomator:uiautomator:2.2.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment