From e4e161a275ea698ebad1254e3feff44ded7b62f4 Mon Sep 17 00:00:00 2001 From: braintreeps Date: Mon, 17 Jul 2023 19:07:04 +0000 Subject: [PATCH] Release 2.5.0 --- CHANGELOG.md | 2 +- README.md | 2 +- build.gradle | 2 +- v2_MIGRATION.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0317d84..b9cc5889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # browser-switch-android Release Notes -## unreleased +## 2.5.0 * Revert `androidx.annotation:annotation` dependency to version `1.2.0` * Revert `androidx.appcompat:appcompat` dependency to version `1.3.1` diff --git a/README.md b/README.md index 64609c5a..2357e7f9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add the library to your dependencies in your `build.gradle`: ```groovy dependencies { - implementation 'com.braintreepayments.api:browser-switch:2.4.0' + implementation 'com.braintreepayments.api:browser-switch:2.5.0' } ``` diff --git a/build.gradle b/build.gradle index 9a71e77a..4e12f348 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ plugins { id 'io.github.gradle-nexus.publish-plugin' version '1.1.0' } -version = '2.4.1-SNAPSHOT' +version = '2.5.0' group = "com.braintreepayments" ext { compileSdkVersion = 33 diff --git a/v2_MIGRATION.md b/v2_MIGRATION.md index dc9600fd..0b194344 100644 --- a/v2_MIGRATION.md +++ b/v2_MIGRATION.md @@ -10,7 +10,7 @@ Add the library to your dependencies in your `build.gradle`: ```groovy dependencies { - implementation 'com.braintreepayments.api:browser-switch:2.4.0' + implementation 'com.braintreepayments.api:browser-switch:2.5.0' } ```