Skip to content

fix: updated minSdkVersion to 24#174

Merged
aonemd merged 1 commit intopusher:masterfrom
mo-nizar:fix-update-minsdkversion
Apr 7, 2026
Merged

fix: updated minSdkVersion to 24#174
aonemd merged 1 commit intopusher:masterfrom
mo-nizar:fix-update-minsdkversion

Conversation

@mo-nizar
Copy link
Copy Markdown
Contributor

@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
Copy link
Copy Markdown
Member

@aonemd aonemd left a comment

Choose a reason for hiding this comment

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

Thanks @mo-nizar

@aonemd aonemd merged commit d524ea7 into pusher:master Apr 7, 2026
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