1
0
mirror of https://github.com/tateisu/SubwayTooter synced 2024-12-24 16:11:12 +01:00
SubwayTooter-Android-App/colorpicker/build.gradle
tateisu 46ea96f591 - kotlin 1.2.30
- support library 27.1.0
- サムネイルをクロップしない設定を使った時の背景(白テーマ、黒テーマ)を半透明にした
2018-03-07 07:28:41 +09:00

24 lines
594 B
Groovy

apply plugin: 'com.android.library'
android {
compileSdkVersion 27
buildToolsVersion '27.0.3'
resourcePrefix "cpv_"
defaultConfig {
minSdkVersion 14
targetSdkVersion 27
}
lintOptions {
abortOnError false
}
}
dependencies {
compile 'com.android.support:appcompat-v7:27.1.0'
}
//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'