Use Android SDK 27

This commit is contained in:
Mikael Sand
2018-11-17 04:12:52 +02:00
committed by GitHub
parent e48dbdb08b
commit 69e9fcde14
+3 -3
View File
@@ -20,14 +20,14 @@ buildscript {
apply plugin: 'com.android.library'
android {
compileSdkVersion safeExtGet('compileSdkVersion', 26)
compileSdkVersion safeExtGet('compileSdkVersion', 27)
//noinspection GradleDependency
buildToolsVersion safeExtGet('buildToolsVersion', '26.0.3')
buildToolsVersion safeExtGet('buildToolsVersion', '27.0.3')
defaultConfig {
minSdkVersion safeExtGet('minSdkVersion', 16)
//noinspection OldTargetApi
targetSdkVersion safeExtGet('targetSdkVersion', 26)
targetSdkVersion safeExtGet('targetSdkVersion', 27)
}
lintOptions {
abortOnError false