bump build tools to 26.0.3 (#19831)

Summary:
This will bump android build tools to 26.0.3, and will remove warning about newer version of build tools in Android Studio, thus improve developer experience.
Closes https://github.com/facebook/react-native/pull/19831

Differential Revision: D8620094

Pulled By: hramos

fbshipit-source-id: fa1c6739bb7556736c1b323acea88fe87e82f4d7
This commit is contained in:
Dulmandakh
2018-06-25 16:49:20 -07:00
committed by Facebook Github Bot
parent bdf0eadab3
commit b569154ae6
4 changed files with 4 additions and 4 deletions

View File

@@ -95,7 +95,7 @@ def enableProguardInReleaseBuilds = false
android {
compileSdkVersion 26
buildToolsVersion "26.0.2"
buildToolsVersion "26.0.3"
defaultConfig {
applicationId "com.helloworld"