android-crop/lib/build.gradle

18 lines
371 B
Groovy

apply plugin: 'com.android.library'
android {
compileSdkVersion 24
defaultConfig {
minSdkVersion 10
//noinspection OldTargetApi
targetSdkVersion 24
}
}
dependencies {
compile "androidx.annotation:annotation:$androidx"
compile 'androidx.legacy:legacy-support-v4:1.0.0'
compile "androidx.appcompat:appcompat:$appcompat"
}