Skip to content

Instantly share code, notes, and snippets.

@kdabir
Created August 2, 2016 13:07
Show Gist options
  • Save kdabir/3e41cdb16a94dba57473f033f38a93e5 to your computer and use it in GitHub Desktop.
Save kdabir/3e41cdb16a94dba57473f033f38a93e5 to your computer and use it in GitHub Desktop.
Minimal Android Library (with unit testing support)
apply plugin: 'com.android.library'
android {
compileSdkVersion 22
buildToolsVersion '23.0.2'
}
dependencies {
testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:1.10.19'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment