From b47afaa9e9e6e214c0789c85999ce872a9bd42e7 Mon Sep 17 00:00:00 2001 From: Lukas Baranauskas <46403446+lukebars@users.noreply.github.com> Date: Mon, 30 Oct 2023 12:51:02 +0200 Subject: [PATCH] build: update braintree on android google play doesn't allow braintree-dropin 6.11 anymore, so it needs to be bumped --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 25d0106..db5eb65 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -32,7 +32,7 @@ repositories { } dependencies { - implementation 'com.braintreepayments.api:drop-in:6.11.0' + implementation 'com.braintreepayments.api:drop-in:6.13.0' implementation 'com.facebook.react:react-native:+' }