Skip to content

Commit bf3fa8d

Browse files
authored
Update FirebaseCommunity 0.1.2 to use latest InstanceID (#293)
1 parent 30cf84e commit bf3fa8d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Example/Podfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ target 'Messaging_Example_iOS' do
8181
platform :ios, '8.0'
8282

8383
pod 'FirebaseCommunity/Messaging', :path => '../'
84-
# Lock to the 1.0.9 version of InstanceID since 1.0.10 added a dependency
85-
# to FirebaseCore
86-
pod 'FirebaseInstanceID', '1.0.9'
84+
pod 'FirebaseInstanceID'
8785

8886
target 'Messaging_Tests_iOS' do
8987
inherit! :search_paths

FirebaseCommunity.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseCommunity'
3-
s.version = '0.1.1'
3+
s.version = '0.1.2'
44
s.summary = 'Firebase Open Source Libraries for iOS.'
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)