27 lines
702 B
Groovy
27 lines
702 B
Groovy
apply plugin: 'com.android.library'
|
|
|
|
android {
|
|
compileSdkVersion 27
|
|
buildToolsVersion '26.0.3'
|
|
|
|
defaultConfig {
|
|
minSdkVersion 14
|
|
targetSdkVersion 27
|
|
versionCode 45
|
|
versionName "4.1.0"
|
|
}
|
|
buildTypes {
|
|
release {
|
|
minifyEnabled false
|
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
|
}
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
compile fileTree(include: ['*.jar'], dir: 'libs')
|
|
compile 'com.soundcloud.android.crop:lib_crop:1.0.0'
|
|
compile 'com.darsh.multipleimageselect:multipleimageselect:1.0.5'
|
|
compile 'me.shaohui.advancedluban:library:1.3.2'
|
|
}
|
|
//apply from: "bintrayUpload.gradle" |