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

Build failed using expo react native #367

Open
adsalihac opened this issue Sep 19, 2024 · 1 comment
Open

Build failed using expo react native #367

adsalihac opened this issue Sep 19, 2024 · 1 comment

Comments

@adsalihac
Copy link

adsalihac commented Sep 19, 2024

[RUN_GRADLEW] uses-sdk:minSdkVersion 23 cannot be smaller than version 24 declared in library [:react-native-zoom-us] /private/var/folders/57/4b582jh55k35zn7nxt35gl900000gn/T/eas-build-local-nodejs/ce0d38cb-fce7-40a4-9b37-1f4f79bc6386/build/node_modules/react-native-zoom-us/android/build/intermediates/merged_manifest/release/AndroidManifest.xml as the library might be using APIs not available in 23

[RUN_GRADLEW] Suggestion: use a compatible library with a minSdk of at most 23,
[RUN_GRADLEW] or increase this project's minSdk version to at least 24,
[RUN_GRADLEW] or use tools:overrideLibrary="ch.milosz.reactnative" to force usage (may lead to runtime failures)
[RUN_GRADLEW] FAILURE: Build failed with an exception.
[RUN_GRADLEW] * What went wrong:
[RUN_GRADLEW] Execution failed for task ':app:processReleaseMainManifest'.
[RUN_GRADLEW] >
[RUN_GRADLEW] Manifest merger failed : uses-sdk:minSdkVersion 23 cannot be smaller than version 24 declared in library [:react-native-zoom-us] /private/var/folders/57/4b582jh55k35zn7nxt35gl900000gn/T/eas-build-local-nodejs/ce0d38cb-fce7-40a4-9b37-1f4f79bc6386/build/node_modules/react-native-zoom-us/android/build/intermediates/merged_manifest/release/AndroidManifest.xml as the library might be using APIs not available in 23
[RUN_GRADLEW] Suggestion: use a compatible library with a minSdk of at most 23,
[RUN_GRADLEW] or increase this project's minSdk version to at least 24,
[RUN_GRADLEW] or use tools:overrideLibrary="ch.milosz.reactnative" to force usage (may lead to runtime failures)
[RUN_GRADLEW] * Try:
[RUN_GRADLEW] > Run with --stacktrace option to get the stack trace.
[RUN_GRADLEW] > Run with --info or --debug option to get more log output.
[RUN_GRADLEW] > Run with --scan to get full insights.
[RUN_GRADLEW] > Get more help at https://help.gradle.org.
[RUN_GRADLEW] BUILD FAILED in 46s

@adeel-ali-atp
Copy link

try setting minimun SDK version to 24 in your gradle settings. react-native-zoom-us requires 24

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

No branches or pull requests

2 participants