From 99c1e80b1fae16474f1455728a1438e76e9925ce Mon Sep 17 00:00:00 2001 From: Zankich Date: Sat, 6 Feb 2021 16:21:24 -0800 Subject: [PATCH] Updated braintree version resolution to 3+ so not on set version --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index d4a486c..e54013d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -55,6 +55,6 @@ repositories { dependencies { api 'com.facebook.react:react-native:+' - compileOnly 'com.braintreepayments.api:braintree:3.14.1' + compileOnly 'com.braintreepayments.api:braintree:3.+' compileOnly 'com.braintreepayments.api:data-collector:3.+' }