Files

15 lines
306 B
Groovy
Raw Permalink Normal View History

2016-06-14 13:49:26 +08:00
apply plugin: 'com.android.library'
ext {
isLibrary = true
pomArtifactId = "Common"
pomDescription = "Common of android picker"
}
dependencies {
compile "com.android.support:support-v4:${BUILD_TOOL_VERSION}"
compile "com.android.support:support-annotations:${BUILD_TOOL_VERSION}"
}