diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c2cb741b..a65bb6be12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Braintree Android SDK Release Notes -## unreleased +## 3.20.0 * Bump Cardinal version to `2.2.7-2` * Update pinned certificates used by `BraintreeGraphQLHttpClient` and `BraintreeHttpClient` diff --git a/README.md b/README.md index 09bef80857..68c5252232 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add the dependency in your `build.gradle`: ```groovy dependencies { - implementation 'com.braintreepayments.api:braintree:3.19.0' + implementation 'com.braintreepayments.api:braintree:3.20.0' } ``` diff --git a/build.gradle b/build.gradle index fadd2e370e..2a09eafb57 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ allprojects { } } -version '3.19.1-SNAPSHOT' +version '3.20.0' ext { compileSdkVersion = 31 minSdkVersion = 21