Skip to content

Conversation

@makovkastar
Copy link
Contributor

We need to upgrade the Docker image to SDK 33 before upgrading React Native in facebook/react-native#35196.

Comment on lines +7 to +9
# Keep the previous SDK as a fallback until we've finished the migration.
ARG ANDROID_BUILD_VERSION_FALLBACK=31
ARG ANDROID_TOOLS_VERSION_FALLBACK=31.0.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you need those. AGP will download on demand previous build tool versions

Copy link
Contributor Author

@makovkastar makovkastar Nov 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to know! I was following the same upgrade strategy as in https://github.com/react-native-community/docker-android/pull/185/files.

@makovkastar
Copy link
Contributor Author

Circle CI is failing with "Bootstrap classpath /opt/android/platforms/android-31/android.jar contains no valid entries": P545999530.

@makovkastar
Copy link
Contributor Author

makovkastar commented Nov 4, 2022

@cortinico it seems we actually need the fallback SDK version, otherwise Circle CI fails with an error: P545999530.

Copy link
Member

@cortinico cortinico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cortinico it seems we actually need the fallback SDK version, otherwise Circle CI fails with an error: P545999530.

Yup you're right 👍

@cortinico cortinico merged commit a9ec4f3 into react-native-community:master Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants