From abeb47ff2969896da31733355993f996208a69e9 Mon Sep 17 00:00:00 2001 From: vladimir Date: Wed, 14 Aug 2024 15:59:07 +0200 Subject: [PATCH] chore: update to iOS 5.10 --- README.md | 2 +- adyen-react-native.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1a0d076..c30131a9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![npm version](https://img.shields.io/npm/v/@adyen/react-native.svg?style=flat-square)](https://www.npmjs.com/package/@adyen/react-native) -[![Adyen iOS](https://img.shields.io/badge/ios-v5.9.0-brightgreen.svg)](https://github.com/Adyen/adyen-ios/releases/tag/5.9.0) +[![Adyen iOS](https://img.shields.io/badge/ios-v5.10.0-brightgreen.svg)](https://github.com/Adyen/adyen-ios/releases/tag/5.10.0) [![Adyen Android](https://img.shields.io/badge/android-v5.6.0-brightgreen.svg)](https://github.com/Adyen/adyen-android/releases/tag/5.6.0) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=Adyen_adyen-react-native&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=Adyen_adyen-react-native) diff --git a/adyen-react-native.podspec b/adyen-react-native.podspec index 4a51964e..086319d5 100644 --- a/adyen-react-native.podspec +++ b/adyen-react-native.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.dependency "React-Core" - s.dependency "Adyen", '5.9.0' + s.dependency "Adyen", '5.10.0' s.resource_bundles = { 'adyen-react-native' => [ 'ios/PrivacyInfo.xcprivacy' ] } end