From 217bdb0f4e6be0852aa596e9a65acb5d89a0a0dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20=C4=8Eurech?= Date: Tue, 10 Sep 2024 12:46:41 +0200 Subject: [PATCH] Version 2.5.2 --- android/build.gradle | 2 +- ios/Podfile | 2 +- package.json | 2 +- react-native-powerauth-mobile-sdk.podspec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 63fcb98..9b61830 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -69,7 +69,7 @@ repositories { } dependencies { - api "com.wultra.android.powerauth:powerauth-sdk:1.7.8" + api "com.wultra.android.powerauth:powerauth-sdk:1.7.9" if (project == rootProject) { // The standalone build require to specify exact version of RN diff --git a/ios/Podfile b/ios/Podfile index 4ae1ee8..27c2e43 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -11,7 +11,7 @@ target 'PowerAuth' do :path => config[:reactNativePath], :hermes_enabled => false ) - pod 'PowerAuth2', '~> 1.7.8' + pod 'PowerAuth2', '~> 1.7.9' # Uncomment to use not-published SDK in project. This is effective only if you manually open 'ios/PowerAuth.xcworkspace' #pod 'PowerAuth2', :git => 'https://github.com/wultra/powerauth-mobile-sdk.git', :branch => 'develop', :submodules => true end diff --git a/package.json b/package.json index 0a7dcad..20aa9ed 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-powerauth-mobile-sdk", "title": "PowerAuth SDK for React Native Mobile Apps", - "version": "2.5.0", + "version": "2.5.2", "description": "Wultra PowerAuth Mobile SDK React Native component for iOS and Android", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/react-native-powerauth-mobile-sdk.podspec b/react-native-powerauth-mobile-sdk.podspec index 79f4b81..c2ae364 100644 --- a/react-native-powerauth-mobile-sdk.podspec +++ b/react-native-powerauth-mobile-sdk.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.requires_arc = true s.dependency "React-Core" - s.dependency "PowerAuth2", "~> 1.7.8" + s.dependency "PowerAuth2", "~> 1.7.9" # Don't install the dependencies when we run `pod install` in the old architecture. if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then