Skip to content

Instantly share code, notes, and snippets.

@oscarg798
Created November 13, 2019 19:38
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 oscarg798/def23a5347bf19792e3ff6ce1353b67e to your computer and use it in GitHub Desktop.
Save oscarg798/def23a5347bf19792e3ff6ce1353b67e to your computer and use it in GitHub Desktop.
apply from: "$rootProject.projectDir/common.gradle"
dependencies {
def acceptanceTesting = rootProject.ext.acceptanceTesting
testImplementation project(path: ':core')
androidTestImplementation 'net.rafaeltoledo.okir:library:0.0.1@aar'
implementation acceptanceTesting.mockWebServer
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment