From 8e28c244b092c6ca8388b7dfafeb29256b709250 Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 10 Aug 2021 10:34:54 -0500 Subject: [PATCH] Release 2.0.2 --- CHANGELOG.md | 2 +- README.md | 2 +- build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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