braintree / braintree-android-drop-in

Braintree Drop-In SDK for Android
https://developers.braintreepayments.com/guides/drop-in/android/v2
MIT License
124 stars 79 forks source link

Upgrade braintree_android to 4.41.0 #462

Open mionescu95 opened 5 months ago

mionescu95 commented 5 months ago

Is your feature request related to a problem? Please describe.

Hi, we received emails from Google Play regarding SDK: Paypal Data Collector com.paypal.android.sdk:data-collector (consider upgrading to version com.braintreepayments.api:data-collector:3.21.0)

Describe the solution you'd like.

We saw that braintree_android already solved this issue in the latest release. Do you plan to update this library soon and create a new release ?

sshropshire commented 5 months ago

Hi @mionescu95 can you confirm which version of DropIn you're using at the moment?

sshropshire commented 5 months ago

@mionescu95 you'll need version 3.21.1 to ensure compliance. Please make sure you're using the latest minor version of DropIn for the particular major version currently associated with your app.

mionescu95 commented 5 months ago

Hi @sshropshire We are implementing com.braintreepayments.api:drop-in:6.11.1, not directly com.braintreepayments.api:data-collector

sshropshire commented 5 months ago

Thanks @mionescu95. Updating to the latest 6.14.0 version should help resolve the issue.

mionescu95 commented 5 months ago

Thanks for the quick response @sshropshire. I just want to double confirm that 6.14.0 would solve the issue before going to release because I saw that braintree_android fixes it in 4.41.0 and drop-in 6.14.0 implements braintree_android 4.40.1, so not exactly the version we need.

sshropshire commented 5 months ago

@mionescu95 oh understood. Yes we do need to bump our DropIn version you're correct.

But in your case updating to the latest DropIn version should be fine. The 4.41.0 Core SDK version addresses an issue with the :PayPalNativeCheckout module, which DropIn does not use.