-
Notifications
You must be signed in to change notification settings - Fork 107
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
Min SDK version issue #214
Comments
I had the same issue in rn 0.60.5. try https://stackoverflow.com/a/55324661 |
I have the same issue changing the minSDKVersion to 19 did not solve the issue for me Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081 FAILURE: Build failed with an exception Razorpay gradle apply plugin: 'com.android.library' android {
} dependencies { |
try changing minSdkVersion to 19 only in the outermost build.gradle. Do not change Razorpay gradle |
hello
I am getting following error.
Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library [com.razorpay:checkout:1.5.2]
As we go with minsdk version 19 then app not working for older devices.
Kindly help on this.
Thanks
The text was updated successfully, but these errors were encountered: