Skip to content

Commit b8778ab

Browse files
cortinicofacebook-github-bot
authored andcommitted
Build Android on Ubuntu 22.04 (#42618)
Summary: Bumping the Docker image we use to build Android from Ubuntu 20.04 to 22.04 ## Changelog: [INTERNAL] - Build Android on Ubuntu 22.04 Pull Request resolved: #42618 Test Plan: CI Reviewed By: NickGerleman Differential Revision: D53003492 Pulled By: cortinico fbshipit-source-id: 547d19628e67aeb7a6d32e0a006673c909b55f32
1 parent cbd818d commit b8778ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/configurations/top_level.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ references:
2525
android-defaults: &android-defaults
2626
working_directory: ~/react-native
2727
docker:
28-
- image: reactnativecommunity/react-native-android:v12.0
28+
- image: reactnativecommunity/react-native-android:v13.0
2929
environment:
3030
- TERM: "dumb"
3131
- GRADLE_OPTS: '-Dorg.gradle.daemon=false'

0 commit comments

Comments
 (0)