2017-12-22 14:10:28 +01:00
|
|
|
apply plugin: 'com.android.library'
|
|
|
|
|
|
|
|
android {
|
2018-01-04 19:52:25 +01:00
|
|
|
compileSdkVersion 27
|
|
|
|
buildToolsVersion '27.0.3'
|
2017-12-22 14:10:28 +01:00
|
|
|
resourcePrefix "cpv_"
|
|
|
|
|
|
|
|
defaultConfig {
|
|
|
|
minSdkVersion 14
|
2018-01-04 19:52:25 +01:00
|
|
|
targetSdkVersion 27
|
2017-12-22 14:10:28 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
lintOptions {
|
|
|
|
abortOnError false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2018-03-06 23:28:41 +01:00
|
|
|
compile 'com.android.support:appcompat-v7:27.1.0'
|
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'
|