mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Bump Android Docker Image to v12 (#41828)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41828 Bumping the docker image used inside CircleCI to v12 This image contains NDK 26.0.10792818 which was bumped recently. Without it the CI will attempt to download it everytime consuming time and bandwidth Changelog: [Internal] [Changed] - Bump Android Docker Image to v12 Reviewed By: NickGerleman Differential Revision: D51897068 fbshipit-source-id: a510568efc2574917d94371eeab6f0a53550bc1d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
186fc85c8f
commit
d8aa1a3c64
@@ -25,7 +25,7 @@ references:
|
||||
android-defaults: &android-defaults
|
||||
working_directory: ~/react-native
|
||||
docker:
|
||||
- image: reactnativecommunity/react-native-android:v11.0
|
||||
- image: reactnativecommunity/react-native-android:v12.0
|
||||
environment:
|
||||
- TERM: "dumb"
|
||||
- GRADLE_OPTS: '-Dorg.gradle.daemon=false'
|
||||
|
||||
Reference in New Issue
Block a user