bump android target version to 27 (#20843)

Summary:
bump target version to 27
pass all current ci.
none
[GENERAL] [ANDROID] [FEATURE] - bump android target version to 27
Pull Request resolved: https://github.com/facebook/react-native/pull/20843

Differential Revision: D9845999

Pulled By: hramos

fbshipit-source-id: 3c532a2d5a2b7d201bacab54cf3d60e1efffb653
This commit is contained in:
gengjiawen
2018-09-15 05:42:23 -07:00
committed by Facebook Github Bot
parent 2a7bb12e84
commit 4f49404e15
3 changed files with 3 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ android {
defaultConfig {
applicationId "com.facebook.react.uiapp"
minSdkVersion 16
targetSdkVersion 26
targetSdkVersion 27
versionCode 1
versionName "1.0"
ndk {

View File

@@ -251,7 +251,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 26
targetSdkVersion 27
versionCode 1
versionName "1.0"

View File

@@ -5,7 +5,7 @@ buildscript {
buildToolsVersion = "27.0.3"
minSdkVersion = 16
compileSdkVersion = 27
targetSdkVersion = 26
targetSdkVersion = 27
supportLibVersion = "27.1.1"
}
repositories {