mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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: https://github.com/facebook/react-native/pull/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: 7a0ca462d00bfc4b015a30807aaef999ff60c719