Skip to content

Commit

Permalink
(iOS): Bump Firebase SDK versions to v6.28.1 to resolve build freeze …
Browse files Browse the repository at this point in the history
…issue. Resolves #460.
  • Loading branch information
dpa99c committed Jul 16, 2020
1 parent eb5ea19 commit 9f2b5ce
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@
<source url="https://cdn.cocoapods.org/"/>
</config>
<pods use-frameworks="true">
<pod name="Firebase/Core" spec="6.28.0"/>
<pod name="Firebase/Auth" spec="6.28.0"/>
<pod name="Firebase/Messaging" spec="6.28.0"/>
<pod name="Firebase/Performance" spec="6.28.0"/>
<pod name="Firebase/RemoteConfig" spec="6.28.0"/>
<pod name="Firebase/InAppMessaging" spec="6.28.0"/>
<pod name="FirebaseFirestore" git="https://github.com/invertase/firestore-ios-sdk-frameworks.git" tag="6.28.0"/>
<pod name="Firebase/Crashlytics" spec="6.28.0"/>
<pod name="Firebase/Core" spec="6.28.1"/>
<pod name="Firebase/Auth" spec="6.28.1"/>
<pod name="Firebase/Messaging" spec="6.28.1"/>
<pod name="Firebase/Performance" spec="6.28.1"/>
<pod name="Firebase/RemoteConfig" spec="6.28.1"/>
<pod name="Firebase/InAppMessaging" spec="6.28.1"/>
<pod name="FirebaseFirestore" git="https://github.com/invertase/firestore-ios-sdk-frameworks.git" tag="6.28.1"/>
<pod name="Firebase/Crashlytics" spec="6.28.1"/>
<pod name="GoogleSignIn" spec="5.0.2"/>
<pod name="GoogleTagManager" spec="7.1.2"/>
</pods>
Expand Down

0 comments on commit 9f2b5ce

Please sign in to comment.