add back buildToolsVersion to build.gradle (#23316)

Summary:
add back buildToolsVersion to build.gradle, because many third-party modules depend on it. The lack of this info causing issues in 0.58.

[Android] [Changed] - add back buildToolsVersion to template
Pull Request resolved: https://github.com/facebook/react-native/pull/23316

Differential Revision: D13974264

Pulled By: hramos

fbshipit-source-id: 058fc5617196d6481d1b69d2420c8b2be9cf4f81
This commit is contained in:
Dulmandakh
2019-02-06 11:15:54 -08:00
committed by Facebook Github Bot
parent 8a5614b283
commit cf52ab561d
+1
View File
@@ -2,6 +2,7 @@
buildscript {
ext {
buildToolsVersion = "28.0.3"
minSdkVersion = 16
compileSdkVersion = 28
targetSdkVersion = 27