mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-02 14:50:43 +00:00
Use Android SDK 27
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user