Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use at least Protobuf 3.9.2 #3916

Merged
merged 2 commits into from
Sep 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FirebaseABTesting.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Firebase Cloud Messaging and Firebase Remote Config in your app.
}
s.dependency 'FirebaseAnalyticsInterop', '~> 1.3'
s.dependency 'FirebaseCore', '~> 6.1'
s.dependency 'Protobuf', '~> 3.8'
s.dependency 'Protobuf', '~> 3.9', '>= 3.9.2'

s.test_spec 'unit' do |unit_tests|
unit_tests.source_files = 'FirebaseABTesting/Tests/Unit/*.[mh]'
Expand Down
2 changes: 1 addition & 1 deletion FirebaseFirestore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
s.dependency 'FirebaseCore', '~> 6.2'
s.dependency 'gRPC-C++', '0.0.9'
s.dependency 'leveldb-library', '~> 1.22'
s.dependency 'Protobuf', '~> 3.1'
s.dependency 'Protobuf', '~> 3.9', '>= 3.9.2'
s.dependency 'nanopb', '~> 0.3.901'

s.ios.frameworks = 'MobileCoreServices', 'SystemConfiguration'
Expand Down
2 changes: 1 addition & 1 deletion FirebaseMessaging.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ device, and it is completely free.
s.dependency 'GoogleUtilities/Reachability', '~> 6.2'
s.dependency 'GoogleUtilities/Environment', '~> 6.2'
s.dependency 'GoogleUtilities/UserDefaults', '~> 6.2'
s.dependency 'Protobuf', '~> 3.1'
s.dependency 'Protobuf', '~> 3.9', '>= 3.9.2'

s.test_spec 'unit' do |unit_tests|
unit_tests.source_files = 'Example/Messaging/Tests/*.{m,h,swift}'
Expand Down
2 changes: 1 addition & 1 deletion FirebaseRemoteConfig.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ app update.
s.dependency 'FirebaseInstanceID', '~> 4.2'
s.dependency 'GoogleUtilities/Environment', '~> 6.2'
s.dependency 'GoogleUtilities/NSData+zlib', '~> 6.2'
s.dependency 'Protobuf', '~> 3.9'
s.dependency 'Protobuf', '~> 3.9', '>= 3.9.2'

s.test_spec 'unit' do |unit_tests|
# TODO(dmandar) - Update or delete the commented files.
Expand Down