Skip to content

Commit

Permalink
Merge pull request #226 from afterpay/pedro/paykit-sdk-v2.4.0
Browse files Browse the repository at this point in the history
Update CAP SDK to 2.5.0
  • Loading branch information
pedronveloso authored Jul 22, 2024
2 parents 721db53 + 55ad23f commit a2b976e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,5 @@ docs/_site
### AndroidStudio Patch ###

!/gradle/wrapper/gradle-wrapper.jar
/.idea/deploymentTargetSelector.xml
/.idea/other.xml
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]

Expand Down
6 changes: 3 additions & 3 deletions docs/getting-started/cash-app-pay.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -283,7 +283,7 @@ sequenceDiagram
App->>App: Handle payment<br>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
Expand Down

0 comments on commit a2b976e

Please sign in to comment.