Skip to content

Commit

Permalink
Bump Android Docker Image to v12 (#41828)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #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
  • Loading branch information
cortinico authored and facebook-github-bot committed Dec 7, 2023
1 parent 186fc85 commit d8aa1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/configurations/top_level.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d8aa1a3

Please sign in to comment.