Skip to content

Commit 093ab23

Browse files
author
VladimirAmiorkov
committed
fix: Change the version of the native iOS library to previous verison
1 parent e5ce864 commit 093ab23

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/platforms/ios/Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pod 'FBSDKCoreKit', '~> 4.7'
2-
pod 'FBSDKLoginKit', '~> 4.7'
3-
pod 'FBSDKShareKit', '~> 4.40'
1+
pod 'FBSDKCoreKit', '~> 4.38.0'
2+
pod 'FBSDKLoginKit', '~> 4.38.0'
3+
pod 'FBSDKShareKit', '~> 4.38.0'

0 commit comments

Comments
 (0)