Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/developers/payments/checkout-sdk/android.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The SDK is compatible with devices running Android 8 or higher (API version 26 o
</div>

```swift
implementation("com.github.ottuco:ottu-android-checkout:2.2.6")
implementation("com.github.ottuco:ottu-android-checkout:2.2.8")
```
</li>
</ol>
Expand Down
4 changes: 2 additions & 2 deletions docs/developers/payments/checkout-sdk/flutter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The SDK can be used on devices running **iOS 15** or higher.
ottu_flutter_checkout:
git:
url: https://github.com/ottuco/ottu-flutter.git
ref: 2.2.7
ref: 2.2.8
```
</li>
<li className="stepper-item">
Expand All @@ -100,7 +100,7 @@ The SDK can be used on devices running **iOS 15** or higher.

:::info
If you choose to use CocoaPods, please use release version
**2.2.7-cocoapods**.
**2.2.8-cocoapods**.
:::
</li>
</ol>
Expand Down