aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Podfile
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-09-20 14:32:35 -0700
committerGravatar Paul Beusterien <paulbeusterien@google.com>2017-09-20 14:32:35 -0700
commita42b82b5572d036f7b60576dd14c109652bd3148 (patch)
tree54b2057b8d2ed1f0bfc11ba43637d52385a6bbfd /Example/Podfile
parent3b6762135a420623175367abfe37a522f4428189 (diff)
parentbf3fa8d2e8f21ecec80c02468ba09991c572b6c7 (diff)
Merge branch 'release-4.2.0' into pb-merge-4.2.0
Diffstat (limited to 'Example/Podfile')
-rw-r--r--Example/Podfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Example/Podfile b/Example/Podfile
index 4b6a88f..9ec6ffd 100644
--- a/Example/Podfile
+++ b/Example/Podfile
@@ -115,9 +115,7 @@ target 'Messaging_Example_iOS' do
platform :ios, '8.0'
pod 'FirebaseCommunity/Messaging', :path => '../'
- # Lock to the 1.0.9 version of InstanceID since 1.0.10 added a dependency
- # to FirebaseCore
- pod 'FirebaseInstanceID', '1.0.9'
+ pod 'FirebaseInstanceID'
target 'Messaging_Tests_iOS' do
inherit! :search_paths