set to true to allow the SDK to capture deep links. This value is false by default.
diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ad8c5356..5431e9987d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Braintree Android SDK Release Notes -## unreleased +## 4.25.1 * SharedUtils * Revert androidx `security-crypto` dependency to `1.1.0-alpha03` (`1.1.0-alpha04` requires a compile target of 33) diff --git a/README.md b/README.md index 4a09330db9..c92a9d20ae 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.25.0' + implementation 'com.braintreepayments.api:card:4.25.1' } ``` diff --git a/build.gradle b/build.gradle index f5ba6750aa..c49c73fb41 100644 --- a/build.gradle +++ b/build.gradle @@ -111,7 +111,7 @@ allprojects { } } -version '4.25.1-SNAPSHOT' +version '4.25.1' ext { compileSdkVersion = 33 minSdkVersion = 21 diff --git a/docs/AmericanExpress/com.braintreepayments.api/-american-express-client/-american-express-client.html b/docs/AmericanExpress/com.braintreepayments.api/-american-express-client/-american-express-client.html index 63f633ecbd..50430cd9f9 100644 --- a/docs/AmericanExpress/com.braintreepayments.api/-american-express-client/-american-express-client.html +++ b/docs/AmericanExpress/com.braintreepayments.api/-american-express-client/-american-express-client.html @@ -34,7 +34,7 @@
-Set this property to true to allow the SDK to handle deep links on behalf of the host application for browser switched flows. For web payment flows, this means launching the browser in a task separate from the calling activity. NOTE: When this property is set to true, all custom url schemes set in BraintreeClient constructors will be ignored.
set to true to allow the SDK to capture deep links. This value is false by default.
Set this property to true to allow the SDK to handle deep links on behalf of the host application for browser switched flows. For web payment flows, this means launching the browser in a task separate from the calling activity. NOTE: When this property is set to true, all custom url schemes set in BraintreeClient constructors will be ignored.
set to true to allow the SDK to capture deep links. This value is false by default.