Skip to content

fix: updated minSdkVersion to 24 #174

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mo-nizar
Copy link

@mo-nizar mo-nizar commented Apr 9, 2025

Description

This PR updates the minSdkVersion for the Android build to resolve compatibility issues with newer versions of React Native. Specifically, React Native 0.77.0 requires a minimum SDK version of 24. Without this change, building Android test variants fails due to the mismatch in minimum SDK requirements.

error: uses-sdk:minSdkVersion 21 cannot be smaller than version 24 declared in library [com.facebook.react:react-android:0.77.0]

CHANGELOG

  • [CHANGED] Updated Android minSdkVersion from 21 to 24 to support React Native 0.77.0 and fix Android test variant build failures.

@mo-nizar mo-nizar changed the title fix-minSdkVersion: updated minSdkVersion to 24 fix: updated minSdkVersion to 24 Apr 9, 2025
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.

1 participant