Skip to content

Commit

Permalink
Release 4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Jul 20, 2022
1 parent 1992eba commit 6a2a5be
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 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.13.0

* DataCollector
* Reference Kount library only when needed to prevent JVM from loading it when it isn't being used by a merchant.
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.12.0'
implementation 'com.braintreepayments.api:card:4.13.0'
}
```

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

version '4.12.1-SNAPSHOT'
version '4.13.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.12.0'
implementation 'com.braintreepayments.api:card:4.12.0'
implementation 'com.braintreepayments.api:american-express:4.13.0'
implementation 'com.braintreepayments.api:card:4.13.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.12.0'
implementation 'com.braintreepayments.api:card:4.13.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.12.0'
implementation 'com.braintreepayments.api:data-collector:4.13.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.12.0'
implementation 'com.braintreepayments.api:local-payment:4.13.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.12.0'
implementation 'com.braintreepayments.api:google-pay:4.13.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.12.0'
implementation 'com.braintreepayments.api:paypal:4.13.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.12.0'
implementation 'com.braintreepayments.api:samsung-pay:4.13.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.12.0'
implementation 'com.braintreepayments.api:union-pay:4.13.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.12.0'
implementation 'com.braintreepayments.api:venmo:4.13.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.12.0'
implementation 'com.braintreepayments.api:three-d-secure:4.13.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.12.0'
implementation 'com.braintreepayments.api:card:4.12.0'
implementation 'com.braintreepayments.api:american-express:4.13.0'
implementation 'com.braintreepayments.api:card:4.13.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.12.0'
implementation 'com.braintreepayments.api:card:4.13.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.12.0'
implementation 'com.braintreepayments.api:data-collector:4.13.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.12.0'
implementation 'com.braintreepayments.api:local-payment:4.13.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.12.0'
implementation 'com.braintreepayments.api:google-pay:4.13.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.12.0'
implementation 'com.braintreepayments.api:paypal:4.13.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.12.0'
implementation 'com.braintreepayments.api:samsung-pay:4.13.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.12.0'
implementation 'com.braintreepayments.api:union-pay:4.13.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.12.0'
implementation 'com.braintreepayments.api:venmo:4.13.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.12.0'
implementation 'com.braintreepayments.api:three-d-secure:4.13.0'
}
```

Expand Down

0 comments on commit 6a2a5be

Please sign in to comment.