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
65 stars 126 forks source link

Prefer mavenCentral for Android builds. #106

Closed asmengistu closed 2 years ago

asmengistu commented 2 years ago

https://blog.gradle.org/jcenter-shutdown

jcenter is shutting down and this can cause Android build failures in some regions atm, and globally in the future.

pikaju commented 2 years ago

Thank you!