From 68741163b13ded12c4e9237dabeb11353b62e174 Mon Sep 17 00:00:00 2001 From: braintreeps Date: Mon, 7 Nov 2022 15:39:09 +0000 Subject: [PATCH] Release 4.20.0 --- CHANGELOG.md | 2 +- README.md | 2 +- build.gradle | 2 +- v4.9.0+_MIGRATION_GUIDE.md | 22 +++++++++++----------- v4_MIGRATION_GUIDE.md | 22 +++++++++++----------- 5 files changed, 25 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c03348dc1..61720ad696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Braintree Android SDK Release Notes -## unreleased +## 4.20.0 * SharedUtils * Allow `BraintreeSharedPreferences` to gracefully degrade when `EncryptedSharedPreferences` fails (fix for #619) diff --git a/README.md b/README.md index 9d91d52fd3..f3005b6529 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ For an integration offering card payments, add the following dependency in your ```groovy dependencies { - implementation 'com.braintreepayments.api:card:4.19.0' + implementation 'com.braintreepayments.api:card:4.20.0' } ``` diff --git a/build.gradle b/build.gradle index 31cc963c27..65e59d5251 100644 --- a/build.gradle +++ b/build.gradle @@ -98,7 +98,7 @@ allprojects { } } -version '4.19.1-SNAPSHOT' +version '4.20.0' ext { compileSdkVersion = 33 minSdkVersion = 21 diff --git a/v4.9.0+_MIGRATION_GUIDE.md b/v4.9.0+_MIGRATION_GUIDE.md index 65f25d0d2f..d941f3dd13 100644 --- a/v4.9.0+_MIGRATION_GUIDE.md +++ b/v4.9.0+_MIGRATION_GUIDE.md @@ -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.19.0' - implementation 'com.braintreepayments.api:card:4.19.0' + implementation 'com.braintreepayments.api:american-express:4.20.0' + implementation 'com.braintreepayments.api:card:4.20.0' } ``` @@ -337,7 +337,7 @@ The Card feature is now supported in a single dependency: ```groovy dependencies { - implementation 'com.braintreepayments.api:card:4.19.0' + implementation 'com.braintreepayments.api:card:4.20.0' } ``` @@ -385,7 +385,7 @@ The PayPal Data Collector feature is now supported in the following dependency: ```groovy dependencies { - implementation 'com.braintreepayments.api:paypal-data-collector:4.19.0' + implementation 'com.braintreepayments.api:paypal-data-collector:4.20.0' } ``` @@ -420,7 +420,7 @@ The Local Payment feature is now supported in a single dependency: ```groovy dependencies { - implementation 'com.braintreepayments.api:local-payment:4.19.0' + implementation 'com.braintreepayments.api:local-payment:4.20.0' } ``` @@ -495,7 +495,7 @@ The Google Pay feature is now supported in a single dependency: ```groovy dependencies { - implementation 'com.braintreepayments.api:google-pay:4.19.0' + implementation 'com.braintreepayments.api:google-pay:4.20.0' } ``` @@ -564,7 +564,7 @@ The PayPal feature is now supported in a single dependency: ```groovy dependencies { - implementation 'com.braintreepayments.api:paypal:4.19.0' + implementation 'com.braintreepayments.api:paypal:4.20.0' } ``` @@ -638,7 +638,7 @@ The SamsungPay feature is now supported in a single dependency: ```groovy dependencies { - implementation 'com.braintreepayments.api:samsung-pay:4.19.0' + implementation 'com.braintreepayments.api:samsung-pay:4.20.0' } ``` @@ -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.19.0' + implementation 'com.braintreepayments.api:union-pay:4.20.0' } ``` @@ -803,7 +803,7 @@ The Venmo feature is now supported in a single dependency: ```groovy dependencies { - implementation 'com.braintreepayments.api:venmo:4.19.0' + implementation 'com.braintreepayments.api:venmo:4.20.0' } ``` @@ -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.19.0' + implementation 'com.braintreepayments.api:three-d-secure:4.20.0' } ``` diff --git a/v4_MIGRATION_GUIDE.md b/v4_MIGRATION_GUIDE.md index 36ce70a73c..408cd26d62 100644 --- a/v4_MIGRATION_GUIDE.md +++ b/v4_MIGRATION_GUIDE.md @@ -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.19.0' - implementation 'com.braintreepayments.api:card:4.19.0' + implementation 'com.braintreepayments.api:american-express:4.20.0' + implementation 'com.braintreepayments.api:card:4.20.0' } ``` @@ -258,7 +258,7 @@ The Card feature is now supported in a single dependency: ```groovy dependencies { - implementation 'com.braintreepayments.api:card:4.19.0' + implementation 'com.braintreepayments.api:card:4.20.0' } ``` @@ -306,7 +306,7 @@ The Data Collector feature is now supported in the following dependency: ```groovy dependencies { - implementation 'com.braintreepayments.api:data-collector:4.19.0' + implementation 'com.braintreepayments.api:data-collector:4.20.0' } ``` @@ -341,7 +341,7 @@ The Local Payment feature is now supported in a single dependency: ```groovy dependencies { - implementation 'com.braintreepayments.api:local-payment:4.19.0' + implementation 'com.braintreepayments.api:local-payment:4.20.0' } ``` @@ -422,7 +422,7 @@ The Google Pay feature is now supported in a single dependency: ```groovy dependencies { - implementation 'com.braintreepayments.api:google-pay:4.19.0' + implementation 'com.braintreepayments.api:google-pay:4.20.0' } ``` @@ -499,7 +499,7 @@ The PayPal feature is now supported in a single dependency: ```groovy dependencies { - implementation 'com.braintreepayments.api:paypal:4.19.0' + implementation 'com.braintreepayments.api:paypal:4.20.0' } ``` @@ -587,7 +587,7 @@ The SamsungPay feature is now supported in a single dependency: ```groovy dependencies { - implementation 'com.braintreepayments.api:samsung-pay:4.19.0' + implementation 'com.braintreepayments.api:samsung-pay:4.20.0' } ``` @@ -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.19.0' + implementation 'com.braintreepayments.api:union-pay:4.20.0' } ``` @@ -752,7 +752,7 @@ The Venmo feature is now supported in a single dependency: ```groovy dependencies { - implementation 'com.braintreepayments.api:venmo:4.19.0' + implementation 'com.braintreepayments.api:venmo:4.20.0' } ``` @@ -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.19.0' + implementation 'com.braintreepayments.api:three-d-secure:4.20.0' } ```