Issue
There is a way of increasing the minSdk version of an Android build in an EXPO managed project?
I am using a custom-dev-client with native code. When I run the command for creating a build in Android I got next error: Manifest merger failed : uses-sdk:minSdkVersion 21 cannot be smaller than version 24 declared in library [com.squareup.sdk.in-app-payments:buyer-verification:1.5.4]
Any help will be appreciated a lot.
Thanks
Solution
use expo-build-properties, docs https://docs.expo.dev/versions/latest/sdk/build-properties/
Answered By - Manish Jung Thapa
Answer Checked By - - Candace Johnson (ReactFix Volunteer)