Skip to content

Commit d289ee9

Browse files
jasonhu-gryanwilson
authored andcommitted
Update GDT dependencies for Crashlytics (#5234)
1 parent f4e4c44 commit d289ee9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

FirebaseCrashlytics.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Pod::Spec.new do |s|
4545
s.dependency 'FirebaseInstallations', '~> 1.1'
4646
s.dependency 'FirebaseAnalyticsInterop', '~> 1.2'
4747
s.dependency 'PromisesObjC', '~> 1.2'
48-
s.dependency 'GoogleDataTransport', '~> 5.1'
49-
s.dependency 'GoogleDataTransportCCTSupport', '~> 2.0', '>= 2.0.1'
48+
s.dependency 'GoogleDataTransport', '~> 5.1', '>= 5.1.1'
49+
s.dependency 'GoogleDataTransportCCTSupport', '~> 2.0', '>= 2.0.2'
5050
s.dependency 'nanopb', '~> 0.3.901'
5151

5252
s.libraries = 'c++', 'z'

GoogleDataTransport.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 = 'GoogleDataTransport'
3-
s.version = '5.1.0'
3+
s.version = '5.1.1'
44
s.summary = 'Google iOS SDK data transport.'
55

66
s.description = <<-DESC

GoogleDataTransportCCTSupport.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'GoogleDataTransportCCTSupport'
4-
s.version = '2.0.1'
4+
s.version = '2.0.2'
55
s.summary = 'Support library for the GoogleDataTransport CCT backend target.'
66

77

0 commit comments

Comments
 (0)