mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
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:
committed by
Facebook Github Bot
parent
bdf0eadab3
commit
b569154ae6
@@ -95,7 +95,7 @@ def enableProguardInReleaseBuilds = false
|
||||
|
||||
android {
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion "26.0.2"
|
||||
buildToolsVersion "26.0.3"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.helloworld"
|
||||
|
||||
Reference in New Issue
Block a user