You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What went wrong:
Execution failed for task ':app:processDebugManifest'.
Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library [com.razorpay:checkout:1.4.9] /Users/uniquecreations/Desktop/Donate-Us/cloned/donation-mobile/android/app/build/intermediates/exploded-aar/com.razorpay/checkout/1.4.9/AndroidManifest.xml
Suggestion: use tools:overrideLibrary="com.razorpay" to force usage
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
The text was updated successfully, but these errors were encountered:
@rajkishoreandia, as per latest PCI standards, the minimum supported TLS version needs to be 1.2 and this support is from API level 19. Hence our minimum supported version is 19. However, if you want to change this, you can do the same from our config file, but please note that payments will not work on every device with version less than API level 19
FAILURE: Build failed with an exception.
Execution failed for task ':app:processDebugManifest'.
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
The text was updated successfully, but these errors were encountered: