Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 0369ec8

Browse files
Merge pull request #1077 from abhayastudios/master
Fix issue #1073
2 parents 2fdbb5d + 8d23a9d commit 0369ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

publish/scripts/installer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ end`) + `
394394
` + (isSelected(result.ml_kit) && isSelected(result.ml_kit_custom_model) ? `` : `#`) + `pod 'Firebase/MLModelInterpreter'
395395
396396
# Facebook Authentication
397-
` + (isSelected(result.facebook_auth) ? `` : `#`) + `pod 'FBSDKCoreKit'
398-
` + (isSelected(result.facebook_auth) ? `` : `#`) + `pod 'FBSDKLoginKit'
397+
` + (isSelected(result.facebook_auth) ? `` : `#`) + `pod 'FBSDKCoreKit', '~> 4.38.0'
398+
` + (isSelected(result.facebook_auth) ? `` : `#`) + `pod 'FBSDKLoginKit', '~> 4.38.0'
399399
400400
# Google Authentication
401401
` + (isSelected(result.google_auth) ? `` : `#`) + `pod 'GoogleSignIn'`);

0 commit comments

Comments
 (0)