diff --git a/.gitignore b/.gitignore index d964a16c..6cecf69d 100644 --- a/.gitignore +++ b/.gitignore @@ -114,3 +114,5 @@ docs/_site ### AndroidStudio Patch ### !/gradle/wrapper/gradle-wrapper.jar +/.idea/deploymentTargetSelector.xml +/.idea/other.xml diff --git a/build.gradle b/build.gradle index 98521b97..f1bbe3c8 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ buildscript { 'espresso' : '3.5.1', 'uiautomator' : '2.2.0', 'ktlint' : '0.49.1', - 'cash_app_paykit_sdk' : '2.3.0', + 'cash_app_paykit_sdk' : '2.5.0', 'mockk' : '1.13.5' ] diff --git a/docs/getting-started/cash-app-pay.md b/docs/getting-started/cash-app-pay.md index 65958a5c..0f9d5eef 100644 --- a/docs/getting-started/cash-app-pay.md +++ b/docs/getting-started/cash-app-pay.md @@ -34,13 +34,13 @@ With our latest enhancements, you can now support taking Cash App Pay payments u You can get the the latest version of the SDK from Maven. This is the import definition using Gradle: ```gradle -implementation "app.cash.paykit:core:2.3.0" +implementation "app.cash.paykit:core:2.5.0" ``` For definitions of other build systems, see [Cash App Pay Kit on Maven Central][cash-on-maven]{:target="_blank"}. {: .info } -> Version `v2.3.0` of the SDK size is `12.3 kB`. +> Version `v2.5.0` of the SDK size is `12.3 kB`. ## Step 2: Create a Cash App Pay Kit SDK Instance @@ -283,7 +283,7 @@ sequenceDiagram App->>App: Handle payment
capture response ``` -[cash-on-maven]: https://central.sonatype.com/artifact/app.cash.paykit/core/1.0.3/overview +[cash-on-maven]: https://central.sonatype.com/artifact/app.cash.paykit/core/2.5.0/overview [configure-afterpay]: ../configuring-the-sdk [sandbox-app]: https://developers.cash.app/docs/api/technical-documentation/sandbox/sandbox-app [intent-filter]: https://developer.android.com/training/app-links/deep-linking#adding-filters