Skip to content

Commit

Permalink
Update drop-in sdk to 6.13.0
Browse files Browse the repository at this point in the history
In order to mitigate the following PlayStore issue
braintree/braintree-android-drop-in#452
that can lead to your app being removed, we need to upgrade the native SDK.
  • Loading branch information
wwwdata committed Dec 14, 2023
1 parent 1c81fc4 commit 94c27e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {
}

dependencies {
implementation 'com.braintreepayments.api:drop-in:6.8.0'
implementation 'com.braintreepayments.api:drop-in:6.13.0'
implementation 'com.google.android.gms:play-services-wallet:16.0.0'
implementation 'androidx.appcompat:appcompat:1.4.0-alpha03'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
Expand Down

0 comments on commit 94c27e6

Please sign in to comment.