Skip to content

Commit

Permalink
Release 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahkoop committed May 18, 2022
1 parent 7054459 commit 59c80c1
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 25 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Braintree Android SDK Release Notes

## Unreleased
## 4.11.0

* Add `invalidateClientToken` method to `BraintreeClient` (thanks @josephyanks)
* Add `isExplicitCancelation` parameter to `UserCanceledException`
* Trim tokenization key and client token before parsing
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.10.1'
implementation 'com.braintreepayments.api:card:4.11.0'
}
```

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

version '4.10.2-SNAPSHOT'
version '4.11.0'
ext {
compileSdkVersion = 31
minSdkVersion = 21
Expand Down
22 changes: 11 additions & 11 deletions v4.9.0+_MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ The American Express feature is now supported by implementing the following depe

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

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:card:4.10.1'
implementation 'com.braintreepayments.api:card:4.11.0'
}
```

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:data-collector:4.10.1'
implementation 'com.braintreepayments.api:data-collector:4.11.0'
}
```

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:local-payment:4.10.1'
implementation 'com.braintreepayments.api:local-payment:4.11.0'
}
```

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:google-pay:4.10.1'
implementation 'com.braintreepayments.api:google-pay:4.11.0'
}
```

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:paypal:4.10.1'
implementation 'com.braintreepayments.api:paypal:4.11.0'
}
```

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:samsung-pay:4.10.1'
implementation 'com.braintreepayments.api:samsung-pay:4.11.0'
}
```

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:union-pay:4.10.1'
implementation 'com.braintreepayments.api:union-pay:4.11.0'
}
```

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:venmo:4.10.1'
implementation 'com.braintreepayments.api:venmo:4.11.0'
}
```

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

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

Expand Down
22 changes: 11 additions & 11 deletions v4_MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ The American Express feature is now supported by implementing the following depe

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

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:card:4.10.1'
implementation 'com.braintreepayments.api:card:4.11.0'
}
```

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:data-collector:4.10.1'
implementation 'com.braintreepayments.api:data-collector:4.11.0'
}
```

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:local-payment:4.10.1'
implementation 'com.braintreepayments.api:local-payment:4.11.0'
}
```

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:google-pay:4.10.1'
implementation 'com.braintreepayments.api:google-pay:4.11.0'
}
```

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:paypal:4.10.1'
implementation 'com.braintreepayments.api:paypal:4.11.0'
}
```

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:samsung-pay:4.10.1'
implementation 'com.braintreepayments.api:samsung-pay:4.11.0'
}
```

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:union-pay:4.10.1'
implementation 'com.braintreepayments.api:union-pay:4.11.0'
}
```

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:venmo:4.10.1'
implementation 'com.braintreepayments.api:venmo:4.11.0'
}
```

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

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

Expand Down

0 comments on commit 59c80c1

Please sign in to comment.