Skip to content

Commit

Permalink
bump android target version to 27 (#20843)
Browse files Browse the repository at this point in the history
Summary:
bump target version to 27
pass all current ci.
none
[GENERAL] [ANDROID] [FEATURE] - bump android target version to 27
Pull Request resolved: facebook/react-native#20843

Differential Revision: D9845999

Pulled By: hramos

fbshipit-source-id: 3c532a2d5a2b7d201bacab54cf3d60e1efffb653
  • Loading branch information
gengjiawen authored and facebook-github-bot committed Sep 15, 2018
1 parent 640a665 commit 5bf8b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/HelloWorld/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
buildToolsVersion = "27.0.3"
minSdkVersion = 16
compileSdkVersion = 27
targetSdkVersion = 26
targetSdkVersion = 27
supportLibVersion = "27.1.1"
}
repositories {
Expand Down

0 comments on commit 5bf8b5a

Please sign in to comment.