Closed WarleyLopes closed 8 months ago
Thank you for sharing this @WarleyLopes We will investigate this internally and keep you posted on any updates
@DFDIEGOH Any updates on the above? this also breaks our build with latest React Native 0.73.5
It is any easy fix, just bump the compilieSDKVersion to 33, created #121
@omerts can you make a commit. There has been a change in main branch. Unable to merge since there is a conflict. Thanks for PR.
Description
Encountering build issues with
assembleAndroidTest
gradlew build of our app on version 5.14.13, specifically when the target/compile SDK is above the version supported by UX-CAM.Conditions
react-native-ux-cam
at version 5.14.13.android/build.gradle
as follows:Steps to Reproduce
./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug
inside the android folder.Observed Behavior
The build fails with the following error:
Key issues include dependencies requiring a
compileSdkVersion
of at least 33, while:react-native-ux-cam
is currently compiled against android-32.Potential Solution
Exploring the possibility of making UX-CAM compile with mismatching SDK settings by modifying the
android/build.gradle
to reference the root project's settings: