Skip to content

Instantly share code, notes, and snippets.

@zskamljic
Created June 24, 2018 10:33
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 zskamljic/52db87344811e4f2bc949eab4f23de7a to your computer and use it in GitHub Desktop.
Save zskamljic/52db87344811e4f2bc949eab4f23de7a to your computer and use it in GitHub Desktop.
final deps = [
gradle: "com.android.tools.build:gradle:3.2.0-beta01"
]
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation gradleApi()
compileOnly deps.gradle
implementation 'com.google.android:android:4.1.1.4'
testCompileOnly deps.gradle
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.19.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment