Skip to content

Commit

Permalink
Merge pull request #75 from smarkets/androidBraintreeVersion
Browse files Browse the repository at this point in the history
Updated braintree version resolution to 3+ so not on set version
  • Loading branch information
nzankich authored Feb 7, 2021
2 parents ce70c2e + 99c1e80 commit dab43ba
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 @@ -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.+'
}

0 comments on commit dab43ba

Please sign in to comment.