Skip to content

Commit

Permalink
Release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sshropshire committed Jun 23, 2021
1 parent 1cbc7df commit 589e1c1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 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.2.0

* Add `VenmoClient#isReadyToPay()` method
* Bump `browser-switch` to `2.0.1` (fixes #409)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the dependency in your `build.gradle`:

```groovy
dependencies {
implementation 'com.braintreepayments.api:braintree:4.1.0'
implementation 'com.braintreepayments.api:braintree:4.2.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.1.1-SNAPSHOT'
version '4.2.0'
ext {
compileSdkVersion = 30
minSdkVersion = 21
Expand Down
20 changes: 10 additions & 10 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.1.0'
implementation 'com.braintreepayments.api:card:4.1.0'
implementation 'com.braintreepayments.api:american-express:4.2.0'
implementation 'com.braintreepayments.api:card:4.2.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.1.0'
implementation 'com.braintreepayments.api:card:4.2.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.1.0'
implementation 'com.braintreepayments.api:data-collector:4.2.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.1.0'
implementation 'com.braintreepayments.api:local-payment:4.2.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.1.0'
implementation 'com.braintreepayments.api:google-pay:4.2.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.1.0'
implementation 'com.braintreepayments.api:paypal:4.2.0'
}
```

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:union-pay:4.1.0'
implementation 'com.braintreepayments.api:union-pay:4.2.0'
}
```

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:venmo:4.1.0'
implementation 'com.braintreepayments.api:venmo:4.2.0'
}
```

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

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

Expand Down

0 comments on commit 589e1c1

Please sign in to comment.