bump targetSdkVersion to 28 (#23431)

Summary:
Bump targetSdkVersion to 28

[Android] [Changed] - Bump targetSdkVersion to 28
Pull Request resolved: https://github.com/facebook/react-native/pull/23431

Differential Revision: D14065177

Pulled By: cpojer

fbshipit-source-id: a161d1d385b7b40ec93d70851e5a41baeb58f830
This commit is contained in:
Dulmandakh
2019-02-13 07:08:45 -08:00
committed by Facebook Github Bot
parent 5747094532
commit 57f444bd8a
3 changed files with 3 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ android {
defaultConfig {
applicationId "com.facebook.react.uiapp"
minSdkVersion 16
targetSdkVersion 27
targetSdkVersion 28
versionCode 1
versionName "1.0"
}

View File

@@ -274,7 +274,7 @@ android {
defaultConfig {
minSdkVersion(16)
targetSdkVersion(27)
targetSdkVersion(28)
versionCode(1)
versionName("1.0")

View File

@@ -5,7 +5,7 @@ buildscript {
buildToolsVersion = "28.0.3"
minSdkVersion = 16
compileSdkVersion = 28
targetSdkVersion = 27
targetSdkVersion = 28
supportLibVersion = "28.0.0"
}
repositories {