Files
AndroidPicker_LikeiOS/library/ColorPicker/build.gradle

12 lines
205 B
Groovy
Raw Normal View History

2016-06-14 13:49:26 +08:00
apply plugin: 'com.android.library'
ext {
isLibrary = true
pomArtifactId = "ColorPicker"
pomDescription = "color picker for android"
}
dependencies {
compile project(":library:Common")
}