mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-17 19:33:12 +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
@@ -274,7 +274,7 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion(16)
|
||||
targetSdkVersion(27)
|
||||
targetSdkVersion(28)
|
||||
versionCode(1)
|
||||
versionName("1.0")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user