diff --git a/docs/developers/payments/checkout-sdk/android.mdx b/docs/developers/payments/checkout-sdk/android.mdx index c3348a0..70e11db 100644 --- a/docs/developers/payments/checkout-sdk/android.mdx +++ b/docs/developers/payments/checkout-sdk/android.mdx @@ -58,7 +58,7 @@ The SDK is compatible with devices running Android 8 or higher (API version 26 o ```swift - implementation("com.github.ottuco:ottu-android-checkout:2.2.6") + implementation("com.github.ottuco:ottu-android-checkout:2.2.8") ``` diff --git a/docs/developers/payments/checkout-sdk/flutter.mdx b/docs/developers/payments/checkout-sdk/flutter.mdx index 7575495..1be0f3c 100644 --- a/docs/developers/payments/checkout-sdk/flutter.mdx +++ b/docs/developers/payments/checkout-sdk/flutter.mdx @@ -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 ```