mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 22:50:10 +08:00
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:
committed by
Facebook Github Bot
parent
5747094532
commit
57f444bd8a
@@ -101,7 +101,7 @@ android {
|
||||
defaultConfig {
|
||||
applicationId "com.facebook.react.uiapp"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 27
|
||||
targetSdkVersion 28
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
}
|
||||
|
||||
@@ -274,7 +274,7 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion(16)
|
||||
targetSdkVersion(27)
|
||||
targetSdkVersion(28)
|
||||
versionCode(1)
|
||||
versionName("1.0")
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ buildscript {
|
||||
buildToolsVersion = "28.0.3"
|
||||
minSdkVersion = 16
|
||||
compileSdkVersion = 28
|
||||
targetSdkVersion = 27
|
||||
targetSdkVersion = 28
|
||||
supportLibVersion = "28.0.0"
|
||||
}
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user