Skip to content

Commit

Permalink
Release 4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sshropshire committed Feb 1, 2022
1 parent bb5cd04 commit 77e0df8
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.8.2

* Venmo
* Fix issue where null value causes VenmoAccountNonce#fromJSON() to throw.
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.8.1'
implementation 'com.braintreepayments.api:card:4.8.2'
}
```

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

version '4.8.2-SNAPSHOT'
version '4.8.2'
ext {
compileSdkVersion = 31
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 @@ -196,8 +196,8 @@ The American Express feature is now supported by implementing the following depe

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

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:card:4.8.1'
implementation 'com.braintreepayments.api:card:4.8.2'
}
```

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:data-collector:4.8.1'
implementation 'com.braintreepayments.api:data-collector:4.8.2'
}
```

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:local-payment:4.8.1'
implementation 'com.braintreepayments.api:local-payment:4.8.2'
}
```

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:google-pay:4.8.1'
implementation 'com.braintreepayments.api:google-pay:4.8.2'
}
```

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:paypal:4.8.1'
implementation 'com.braintreepayments.api:paypal:4.8.2'
}
```

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:samsung-pay:4.8.1'
implementation 'com.braintreepayments.api:samsung-pay:4.8.2'
}
```

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:union-pay:4.8.1'
implementation 'com.braintreepayments.api:union-pay:4.8.2'
}
```

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

```groovy
dependencies {
implementation 'com.braintreepayments.api:venmo:4.8.1'
implementation 'com.braintreepayments.api:venmo:4.8.2'
}
```

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

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

Expand Down

0 comments on commit 77e0df8

Please sign in to comment.