Created
August 2, 2016 13:07
-
-
Save kdabir/3e41cdb16a94dba57473f033f38a93e5 to your computer and use it in GitHub Desktop.
Minimal Android Library (with unit testing support)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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