Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set CMake version on Android just like react-native #6474

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

tomekzaw
Copy link
Member

@tomekzaw tomekzaw commented Sep 2, 2024

Summary

This PR sets CMake version used to compile native code on Android just like react-native does in its build.gradle.kts.

Hopefully this should eliminate some hard-to-spot errors caused by building with a different CMake version.

I also tried to access extra properties using safeExtGet and safeAppExtGet as well as via project(":packages:react-native:ReactAndroid").properties but with no luck.

Test plan

@tomekzaw tomekzaw added this pull request to the merge queue Sep 4, 2024
Merged via the queue into main with commit 2397d84 Sep 4, 2024
15 checks passed
@tomekzaw tomekzaw deleted the @tomekzaw/android-cmake-version branch September 4, 2024 16:04
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