SubwayTooter-Android-App/colorpicker/build.gradle

28 lines
681 B
Groovy

apply plugin: 'com.android.library'
android {
compileSdkVersion target_sdk_version
defaultConfig {
targetSdkVersion target_sdk_version
minSdkVersion min_sdk_version
}
lintOptions {
abortOnError false
}
resourcePrefix "cpv_"
}
dependencies {
implementation "androidx.appcompat:appcompat:$appcompat_version"
implementation 'com.google.android:flexbox:2.0.1'
}
//apply plugin: 'com.getkeepsafe.dexcount'
//apply from: 'https://raw.githubusercontent.com/jaredrummler/android-artifact-push/master/artifactory/publication.gradle'
//apply from: 'https://raw.githubusercontent.com/jaredrummler/android-artifact-push/master/maven/gradle-mvn-push.gradle'