Skip to content

Commit

Permalink
Version 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hvge committed Sep 10, 2024
1 parent acf6798 commit 217bdb0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion react-native-powerauth-mobile-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 217bdb0

Please sign in to comment.