Skip to content

Commit

Permalink
Fix symbol collision failure introduced by 6.8.0 release (#3789)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Sep 6, 2019
1 parent 9b0d5a3 commit dfa4113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SymbolCollisionTest/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target 'SymbolCollisionTest' do
# use_frameworks!

# Firebase Pods
pod 'Firebase', '6.7.0'
pod 'Firebase', '6.8.0'
pod 'FirebaseAnalytics'
pod 'FirebaseAuth'
pod 'FirebaseCore'
Expand Down Expand Up @@ -48,7 +48,7 @@ target 'SymbolCollisionTest' do
pod 'GoogleIDFASupport'
pod 'GoogleInterchangeUtilities'
pod 'GoogleMaps'
pod 'GoogleMobileVision'
# pod 'GoogleMobileVision' # After Firebase 6.8.0, conflicts with FirebaseML
pod 'GoogleNetworkingUtilities'
pod 'GoogleParsingUtilities'
pod 'GooglePlacePicker'
Expand Down

0 comments on commit dfa4113

Please sign in to comment.