Skip to content

Commit

Permalink
Release 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sshropshire committed Aug 31, 2021
1 parent 022720a commit 1d4f0e0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Braintree Android SDK Release Notes

## unreleased
## 4.5.0

* BraintreeCore
* Add `BraintreeClient` constructor to allow a custom return url scheme to be used for browser and app switching
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For an integration offering card payments, add the following dependency in your

```groovy
dependencies {
implementation 'com.braintreepayments.api:card:4.4.1'
implementation 'com.braintreepayments.api:card:4.5.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ allprojects {
}
}

version '4.4.2-SNAPSHOT'
version '4.5.0'
ext {
compileSdkVersion = 30
minSdkVersion = 21
Expand Down
22 changes: 11 additions & 11 deletions v4_MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ The American Express feature is now supported by implementing the following depe

```groovy
dependencies {
implementation 'com.braintreepayments.api:american-express:4.4.1'
implementation 'com.braintreepayments.api:card:4.4.1'
implementation 'com.braintreepayments.api:american-express:4.5.0'
implementation 'com.braintreepayments.api:card:4.5.0'
}
```

Expand Down Expand Up @@ -211,7 +211,7 @@ The Card feature is now supported in a single dependency:

```groovy
dependencies {
implementation 'com.braintreepayments.api:card:4.4.1'
implementation 'com.braintreepayments.api:card:4.5.0'
}
```

Expand Down Expand Up @@ -259,7 +259,7 @@ The Data Collector feature is now supported in the following dependency:

```groovy
dependencies {
implementation 'com.braintreepayments.api:data-collector:4.4.1'
implementation 'com.braintreepayments.api:data-collector:4.5.0'
}
```

Expand Down Expand Up @@ -294,7 +294,7 @@ The Local Payment feature is now supported in a single dependency:

```groovy
dependencies {
implementation 'com.braintreepayments.api:local-payment:4.4.1'
implementation 'com.braintreepayments.api:local-payment:4.5.0'
}
```

Expand Down Expand Up @@ -375,7 +375,7 @@ The Google Pay feature is now supported in a single dependency:

```groovy
dependencies {
implementation 'com.braintreepayments.api:google-pay:4.4.1'
implementation 'com.braintreepayments.api:google-pay:4.5.0'
}
```

Expand Down Expand Up @@ -452,7 +452,7 @@ The PayPal feature is now supported in a single dependency:

```groovy
dependencies {
implementation 'com.braintreepayments.api:paypal:4.4.1'
implementation 'com.braintreepayments.api:paypal:4.5.0'
}
```

Expand Down Expand Up @@ -540,7 +540,7 @@ The SamsungPay feature is now supported in a single dependency:

```groovy
dependencies {
implementation 'com.braintreepayments.api:samsung-pay:4.4.1'
implementation 'com.braintreepayments.api:samsung-pay:4.5.0'
}
```

Expand Down Expand Up @@ -638,7 +638,7 @@ The Union Pay feature is now supported by implementing the following dependencie

```groovy
dependencies {
implementation 'com.braintreepayments.api:union-pay:4.4.1'
implementation 'com.braintreepayments.api:union-pay:4.5.0'
}
```

Expand Down Expand Up @@ -705,7 +705,7 @@ The Venmo feature is now supported in a single dependency:

```groovy
dependencies {
implementation 'com.braintreepayments.api:venmo:4.4.1'
implementation 'com.braintreepayments.api:venmo:4.5.0'
}
```

Expand Down Expand Up @@ -761,7 +761,7 @@ The 3D Secure feature is now supported in a single dependency:

```groovy
dependencies {
implementation 'com.braintreepayments.api:three-d-secure:4.4.1'
implementation 'com.braintreepayments.api:three-d-secure:4.5.0'
}
```

Expand Down

0 comments on commit 1d4f0e0

Please sign in to comment.