Commit 35dba09
Add explicit Build Tools Version to RN Tester Android App Benchmark (#52216)
Summary:
After bumping to SDK version 36, the build process for Android was still pulling in SDK v35 unnecessarily. This PR fixes that issue.
## Changelog:
[ANDROID] [FIXED] - Added explicit build tool version to RN Tester build.gradle to avoid automatic installation of Android SDK Build Tools.
Pull Request resolved: #52216
Test Plan:
Tested in fork pipeline to ensure it's working correctly.
This is the logs from the pipeline before:

And this is after the fix:

Reviewed By: rshest
Differential Revision: D77219569
Pulled By: cortinico
fbshipit-source-id: 7a0ca462d00bfc4b015a30807aaef999ff60c7191 parent 9e96acb commit 35dba09
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments