From d8aa1a3c646ecc57235b49fd589342f2b32ade56 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Thu, 7 Dec 2023 03:43:26 -0800 Subject: [PATCH] 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 --- .circleci/configurations/top_level.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/configurations/top_level.yml b/.circleci/configurations/top_level.yml index efd9f2f26f1..f337b143e59 100644 --- a/.circleci/configurations/top_level.yml +++ b/.circleci/configurations/top_level.yml @@ -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'