The Android build is failing due to a mismatch between the minSdkVersion specified in the React Native version (0.74.3) and the project's configuration.
Closed this issue · 4 comments
Issue
Pre-submission Checklist
- [✅ ] I have verified that the issue occurs with the latest release and is not marked as a known issue in the CHANGELOG.md.
- [✅ ] I reviewed the Common Issues and open GitHub issues and verified that this report represents a potentially new issue.
- [ ✅ ] I am not sharing any Personally Identifiable Information (PII) or sensitive account information (API keys, credentials, etc.) when reporting this issue.
Description
The build fails with an error indicating that the minSdkVersion
in the project (21) is lower than the version required by react-android
(23).
Reproduction Steps
- Build the project using Gradle.
- Observe the build failure.
Expected Behavior
The build should succeed without compatibility errors.
Actual Behavior
Build fails with the following error: uses-sdk:minSdkVersion 21 cannot be smaller than version 23 declared in library [com.facebook.react:react-android:0.74.3]
.
Reproduction Frequency
Consistently reproducible whenever attempting to build the project.
Screenshots
Software and Device Information
- Device: Google Pixel 6
- OS: MacOS
- React version: 18.2.0
- React Native version: 0.74.3
- Node version: 20
- Yarn version: 4.3.1
Hey @Jaydeep9963 thanks for bringing this to our attention. Do you mind modifying the minSdkVersion
of the SDK in your node_modules/
folder, just to test that adjusting the minSdkVersion
to 23
will fix your specific use case?
I also see that the error that you're receiving suggests a workaround, could you try that for now as we work on a long-term solution? Thanks for your cooperation.
I also see that the error that you're receiving suggests a workaround, could you try that for now as we work on a long-term solution? Thanks for your cooperation.
Hello @mhuynh5757
I attempted to modify the minSdkVersion
to 23 in the node_modules/@twilio/voice-react-native-sdk/android/build.gradle
file, but the issue still persists.
Hey @Jaydeep9963 we just released 1.1.1
of the SDK which should fix this issue. Please upgrade at your earliest convenience. I'm going to close this issue for now, but please feel free to reopen or submit a new issue if you still have this problem.