Skip to content

Commit

Permalink
Bump compileSdkVersion to 27 and buildToolsVersion to 27.0.3 (#20777)
Browse files Browse the repository at this point in the history
Summary:
I found that android support library 27.x (facebook/react-native@874cca1) requires compileSdkVersion to be 27. Also found that many FB projects use SDK 27.
Pull Request resolved: facebook/react-native#20777

Differential Revision: D9478431

Pulled By: hramos

fbshipit-source-id: ca100f6b5b39e7d112926124423f9510a0efc291
  • Loading branch information
dulmandakh authored and facebook-github-bot committed Aug 23, 2018
1 parent 4792bbc commit 851a7f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ def enableSeparateBuildPerCPUArchitecture = false
def enableProguardInReleaseBuilds = true

android {
compileSdkVersion 26
buildToolsVersion "26.0.3"
compileSdkVersion 27
buildToolsVersion "27.0.3"

defaultConfig {
applicationId "com.facebook.react.uiapp"
Expand Down

0 comments on commit 851a7f4

Please sign in to comment.