-
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
minSdkVersion 16 cannot be smaller than version 19 #183
Comments
@KakarN I faced same issue today while using Razorpay react-native package. |
@ratnadeep007 That did it! Thanks. |
I have the same issue changing the minSDKVersion to 19 did not solve the issue for me
Razorpay gradle
|
Change your project level build.gradle file.
Change the minimum sdk version to 19 |
Downgrade your version 'audioplayers: ^0.17.1' to 'audioplayers: ^0.16.1' in pubspec.yaml and pub get the dependencies of 'audioplayers: ^0.16.1'. |
I am would like to integrate Razorpay into my react-native app. I have installed the razorpay package and have also linked successfully.
However, when I try to run the app I am getting the following errors:
I have been using Expo to develop mobile apps, and I am very new to Android development. Could you please tell me how can I fix this?
The text was updated successfully, but these errors were encountered: