Files

12 lines
276 B
Groovy
Raw Permalink Normal View History

2016-06-14 13:49:26 +08:00
apply plugin: 'com.android.library'
ext {
isLibrary = true
pomArtifactId = "WheelPicker"
pomDescription = "wheel picker for android, include date picker, time picker, option picker, address picker, etc."
}
dependencies {
compile project(":library:Common")
}