mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-04 15:44:24 +00:00
Use Android SDK 27
This commit is contained in:
@@ -20,14 +20,14 @@ buildscript {
|
|||||||
apply plugin: 'com.android.library'
|
apply plugin: 'com.android.library'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion safeExtGet('compileSdkVersion', 26)
|
compileSdkVersion safeExtGet('compileSdkVersion', 27)
|
||||||
//noinspection GradleDependency
|
//noinspection GradleDependency
|
||||||
buildToolsVersion safeExtGet('buildToolsVersion', '26.0.3')
|
buildToolsVersion safeExtGet('buildToolsVersion', '27.0.3')
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion safeExtGet('minSdkVersion', 16)
|
minSdkVersion safeExtGet('minSdkVersion', 16)
|
||||||
//noinspection OldTargetApi
|
//noinspection OldTargetApi
|
||||||
targetSdkVersion safeExtGet('targetSdkVersion', 26)
|
targetSdkVersion safeExtGet('targetSdkVersion', 27)
|
||||||
}
|
}
|
||||||
lintOptions {
|
lintOptions {
|
||||||
abortOnError false
|
abortOnError false
|
||||||
|
|||||||
Reference in New Issue
Block a user