Skip to content

Commit

Permalink
Merge pull request #557 from Adyen/update-latest-sdks
Browse files Browse the repository at this point in the history
Update native SDKs
  • Loading branch information
descorp authored Dec 6, 2024
2 parents fc4f505 + d1ef7e2 commit cf04d8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![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.13.0-brightgreen.svg)](https://github.com/Adyen/adyen-ios/releases/tag/5.13.0)
[![Adyen Android](https://img.shields.io/badge/android-v5.7.1-brightgreen.svg)](https://github.com/Adyen/adyen-android/releases/tag/5.7.1)
[![Adyen iOS](https://img.shields.io/badge/ios-v5.14.0-brightgreen.svg)](https://github.com/Adyen/adyen-ios/releases/tag/5.14.0)
[![Adyen Android](https://img.shields.io/badge/android-v5.8.0-brightgreen.svg)](https://github.com/Adyen/adyen-android/releases/tag/5.8.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)

> [!Note]
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.13.0'
s.dependency "Adyen", '5.14.0'
s.resource_bundles = { 'adyen-react-native' => [ 'ios/PrivacyInfo.xcprivacy' ] }

end
2 changes: 1 addition & 1 deletion android/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
jacoco_version = '0.8.12'

// Adyen Dependencies
adyen_version = "5.7.1"
adyen_version = "5.8.0"

// Android Dependencies
lifecycle_version = "2.7.0"
Expand Down

0 comments on commit cf04d8b

Please sign in to comment.