diff --git a/CHANGELOG.md b/CHANGELOG.md index a704cd80..c2e7e22d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # browser-switch-android Release Notes -## unreleased +## 2.0.2 * Add internal methods for usage with other Braintree libraries. diff --git a/README.md b/README.md index 785b8f61..a7a0e68f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add the library to your dependencies in your `build.gradle`: ```groovy dependencies { - implementation 'com.braintreepayments:browser-switch:2.0.1' + implementation 'com.braintreepayments:browser-switch:2.0.2' } ``` diff --git a/build.gradle b/build.gradle index c4a0c223..b0262d11 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ plugins { id 'io.codearte.nexus-staging' version '0.21.2' } -version '2.0.2-SNAPSHOT' +version '2.0.2' ext { compileSdkVersion = 30 minSdkVersion = 21