Skip to content

Commit 01f49c3

Browse files
authored
Use at least Protobuf 3.9.2 (#3916)
1 parent 21fa390 commit 01f49c3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

FirebaseABTesting.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Firebase Cloud Messaging and Firebase Remote Config in your app.
4242
}
4343
s.dependency 'FirebaseAnalyticsInterop', '~> 1.3'
4444
s.dependency 'FirebaseCore', '~> 6.1'
45-
s.dependency 'Protobuf', '~> 3.8'
45+
s.dependency 'Protobuf', '~> 3.9', '>= 3.9.2'
4646

4747
s.test_spec 'unit' do |unit_tests|
4848
unit_tests.source_files = 'FirebaseABTesting/Tests/Unit/*.[mh]'

FirebaseFirestore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
5151
s.dependency 'FirebaseCore', '~> 6.2'
5252
s.dependency 'gRPC-C++', '0.0.9'
5353
s.dependency 'leveldb-library', '~> 1.22'
54-
s.dependency 'Protobuf', '~> 3.1'
54+
s.dependency 'Protobuf', '~> 3.9', '>= 3.9.2'
5555
s.dependency 'nanopb', '~> 0.3.901'
5656

5757
s.ios.frameworks = 'MobileCoreServices', 'SystemConfiguration'

FirebaseMessaging.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ device, and it is completely free.
4949
s.dependency 'GoogleUtilities/Reachability', '~> 6.2'
5050
s.dependency 'GoogleUtilities/Environment', '~> 6.2'
5151
s.dependency 'GoogleUtilities/UserDefaults', '~> 6.2'
52-
s.dependency 'Protobuf', '~> 3.1'
52+
s.dependency 'Protobuf', '~> 3.9', '>= 3.9.2'
5353

5454
s.test_spec 'unit' do |unit_tests|
5555
unit_tests.source_files = 'Example/Messaging/Tests/*.{m,h,swift}'

FirebaseRemoteConfig.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ app update.
4444
s.dependency 'FirebaseInstanceID', '~> 4.2'
4545
s.dependency 'GoogleUtilities/Environment', '~> 6.2'
4646
s.dependency 'GoogleUtilities/NSData+zlib', '~> 6.2'
47-
s.dependency 'Protobuf', '~> 3.9'
47+
s.dependency 'Protobuf', '~> 3.9', '>= 3.9.2'
4848

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

0 commit comments

Comments
 (0)