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 1a6f9f414d..fb13cae878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Braintree Android SDK Release Notes -## unreleased +## 4.25.0 * SharedUtils * Bump androidx `security-crypto` dependency to `1.1.0-alpha04` diff --git a/README.md b/README.md index 039a10c66f..9fabaf81ff 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.24.0' + implementation 'com.braintreepayments.api:card:4.25.0' } ``` diff --git a/build.gradle b/build.gradle index cba97c98e0..5ef99a907a 100644 --- a/build.gradle +++ b/build.gradle @@ -111,7 +111,7 @@ allprojects { } } -version '4.24.1-SNAPSHOT' +version '4.25.0' 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 ce6ba7409e..63f633ecbd 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.