pikaju / flutter-braintree

Flutter plugin that wraps the native Braintree SDKs. Enables payments with credit cards, PayPal, Google Pay and more.
https://pub.dev/packages/flutter_braintree
MIT License
64 stars 115 forks source link

Update drop-in sdk to 6.13.0 #145

Closed wwwdata closed 4 months ago

wwwdata commented 6 months ago

In order to mitigate the following PlayStore issue https://github.com/braintree/braintree-android-drop-in/issues/452 that can lead to your app being removed, we need to upgrade the native SDK.

This upgrades a bunch of stuff including the browser-switch dependency. Which in a newer version does not have the BrowserSwitchActivity anymore but by using the Custom Activity from this plugin, everything still works for me

pikaju commented 4 months ago

Thank you!