Переглянути джерело

[Infra] Bump Auth sample app's dep. on RecaptchaEnterprise (#14418)

Nick Cooke 1 рік тому
батько
коміт
e4ad333df2
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      FirebaseAuth/Tests/SampleSwift/Podfile

+ 1 - 1
FirebaseAuth/Tests/SampleSwift/Podfile

@@ -15,7 +15,7 @@ target 'AuthenticationExample' do
   pod 'FirebaseAuthInterop', :path => '../../..'
   pod 'FirebaseAppCheckInterop', :path => '../../..'
 
-  pod 'RecaptchaEnterprise', '~> 18.3'
+  pod 'RecaptchaEnterprise', '~> 18.7'
 
   ## Pod for Sign in with Google
   pod 'GoogleSignIn'