Skip to content

Commit

Permalink
Merge pull request #525 from Adyen/ios-5_11
Browse files Browse the repository at this point in the history
Pump iOS to 5.11
  • Loading branch information
descorp authored Sep 10, 2024
2 parents 424a525 + 6a7a0bf commit 29ab7de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.10.0-brightgreen.svg)](https://github.com/Adyen/adyen-ios/releases/tag/5.10.0)
[![Adyen iOS](https://img.shields.io/badge/ios-v5.11.0-brightgreen.svg)](https://github.com/Adyen/adyen-ios/releases/tag/5.11.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)

Expand Down
2 changes: 1 addition & 1 deletion adyen-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|


s.dependency "React-Core"
s.dependency "Adyen", '5.10.0'
s.dependency "Adyen", '5.11.0'
s.resource_bundles = { 'adyen-react-native' => [ 'ios/PrivacyInfo.xcprivacy' ] }

end

0 comments on commit 29ab7de

Please sign in to comment.