mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook Github Bot
parent
8a5614b283
commit
cf52ab561d
@@ -2,6 +2,7 @@
|
||||
|
||||
buildscript {
|
||||
ext {
|
||||
buildToolsVersion = "28.0.3"
|
||||
minSdkVersion = 16
|
||||
compileSdkVersion = 28
|
||||
targetSdkVersion = 27
|
||||
|
||||
Reference in New Issue
Block a user