Skip to content

Commit

Permalink
chore: update Braintree Android SDK to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mlazari committed Jan 6, 2023
1 parent 0b4977c commit 34ada90
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 245 deletions.
15 changes: 6 additions & 9 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
buildscript {
repositories {
jcenter()
google()
mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:7.3.1'
}
}

apply plugin: 'com.android.library'

android {
compileSdkVersion 28
buildToolsVersion '28.0.3'
compileSdkVersion 33
buildToolsVersion '33.0.1'

defaultConfig {
minSdkVersion 21
targetSdkVersion 27
targetSdkVersion 33
versionCode 1
versionName "1.0"
}
Expand All @@ -32,10 +32,7 @@ repositories {
}

dependencies {
implementation 'com.braintreepayments.api:google-payment:3.2.0'
implementation 'com.google.android.gms:play-services-wallet:16.0.1'
implementation 'com.braintreepayments.api:data-collector:2.+'
implementation 'com.braintreepayments.api:drop-in:5.+'
implementation 'com.braintreepayments.api:drop-in:6.6.0'
implementation 'com.facebook.react:react-native:+'
}

Expand Down

This file was deleted.

Loading

0 comments on commit 34ada90

Please sign in to comment.