Skip to content

Commit 4f49404

Browse files
gengjiawenfacebook-github-bot
authored andcommitted
bump android target version to 27 (facebook#20843)
Summary: bump target version to 27 pass all current ci. none [GENERAL] [ANDROID] [FEATURE] - bump android target version to 27 Pull Request resolved: facebook#20843 Differential Revision: D9845999 Pulled By: hramos fbshipit-source-id: 3c532a2d5a2b7d201bacab54cf3d60e1efffb653
1 parent 2a7bb12 commit 4f49404

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

RNTester/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ android {
9090
defaultConfig {
9191
applicationId "com.facebook.react.uiapp"
9292
minSdkVersion 16
93-
targetSdkVersion 26
93+
targetSdkVersion 27
9494
versionCode 1
9595
versionName "1.0"
9696
ndk {

ReactAndroid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ android {
251251

252252
defaultConfig {
253253
minSdkVersion 16
254-
targetSdkVersion 26
254+
targetSdkVersion 27
255255
versionCode 1
256256
versionName "1.0"
257257

local-cli/templates/HelloWorld/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
buildToolsVersion = "27.0.3"
66
minSdkVersion = 16
77
compileSdkVersion = 27
8-
targetSdkVersion = 26
8+
targetSdkVersion = 27
99
supportLibVersion = "27.1.1"
1010
}
1111
repositories {

0 commit comments

Comments
 (0)