SubwayTooter-Android-App/colorpicker/build.gradle

33 lines
802 B
Groovy
Raw Normal View History

2017-12-22 14:10:28 +01:00
apply plugin: 'com.android.library'
android {
compileSdkVersion compile_sdk_version
2017-12-22 14:10:28 +01:00
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
2017-12-22 14:10:28 +01:00
defaultConfig {
2018-09-12 07:55:15 +02:00
targetSdkVersion target_sdk_version
minSdkVersion min_sdk_version
2017-12-22 14:10:28 +01:00
}
2018-09-12 07:55:15 +02:00
2017-12-22 14:10:28 +01:00
lintOptions {
abortOnError false
}
2018-09-12 07:55:15 +02:00
resourcePrefix "cpv_"
2017-12-22 14:10:28 +01:00
}
dependencies {
2019-02-15 02:51:22 +01:00
implementation "androidx.appcompat:appcompat:$appcompat_version"
implementation 'com.google.android:flexbox:2.0.1'
2017-12-22 14:10:28 +01:00
}
//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'