Skip to content

Commit

Permalink
add back buildToolsVersion to build.gradle (#23316)
Browse files Browse the repository at this point in the history
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: #23316

Differential Revision: D13974264

Pulled By: hramos

fbshipit-source-id: 058fc5617196d6481d1b69d2420c8b2be9cf4f81
  • Loading branch information
dulmandakh authored and facebook-github-bot committed Feb 6, 2019
1 parent 8a5614b commit cf52ab5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

buildscript {
ext {
buildToolsVersion = "28.0.3"
minSdkVersion = 16
compileSdkVersion = 28
targetSdkVersion = 27
Expand Down

0 comments on commit cf52ab5

Please sign in to comment.