File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717 s . private_header_files = "ios/**/*.h"
1818
1919 # Akiles SDK dependency
20- s . dependency "AkilesSDK" , "~> 2.1 .0"
20+ s . dependency "AkilesSDK" , "~> 2.2 .0"
2121
2222 install_modules_dependencies ( s )
2323end
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ target 'AkilesExample' do
2626 )
2727
2828 # Akiles SDK dependency - using GitHub main branch
29- pod 'AkilesSDK' , :git => 'https://github.com/akiles/akiles-ios.git' , :branch => 'v2.1 .0'
29+ pod 'AkilesSDK' , :git => 'https://github.com/akiles/akiles-ios.git' , :branch => 'v2.2 .0'
3030
3131 post_install do |installer |
3232 # https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202
Original file line number Diff line number Diff line change 11{
22 "name" : " akiles-react-native" ,
3- "version" : " 2.1 .0" ,
3+ "version" : " 2.2 .0" ,
44 "description" : " Akiles React Native" ,
55 "main" : " ./lib/module/index.js" ,
66 "types" : " ./lib/typescript/src/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments