Skip to content

Commit b283c58

Browse files
authored
Update GDT version for M82 (#6729)
1 parent 1c79d9b commit b283c58

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

FirebaseAppDistribution.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ iOS SDK for App Distribution for Firebase.
3333
s.dependency 'GoogleUtilities/AppDelegateSwizzler', '~> 7.0'
3434
s.dependency 'GoogleUtilities/UserDefaults', '~> 7.0'
3535
s.dependency 'FirebaseInstallations', '~> 7.0'
36-
s.dependency 'GoogleDataTransport', '~> 7.5'
36+
s.dependency 'GoogleDataTransport', '~> 8.0'
3737

3838
s.pod_target_xcconfig = {
3939
'GCC_C_LANGUAGE_STANDARD' => 'c99',

FirebaseCoreDiagnostics.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ non-Cocoapod integration. This library also respects the Firebase global data co
5151

5252
s.framework = 'Foundation'
5353

54-
s.dependency 'GoogleDataTransport', '~> 7.5'
54+
s.dependency 'GoogleDataTransport', '~> 8.0'
5555
s.dependency 'GoogleUtilities/Environment', '~> 7.0'
5656
s.dependency 'GoogleUtilities/Logger', '~> 7.0'
5757
s.dependency 'nanopb', '~> 2.30906.0'

FirebaseCrashlytics.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Pod::Spec.new do |s|
5050
s.dependency 'FirebaseCore', '~> 7.0'
5151
s.dependency 'FirebaseInstallations', '~> 7.0'
5252
s.dependency 'PromisesObjC', '~> 1.2'
53-
s.dependency 'GoogleDataTransport', '~> 7.5'
53+
s.dependency 'GoogleDataTransport', '~> 8.0'
5454
s.dependency 'nanopb', '~> 2.30906.0'
5555

5656
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 = '7.5.1'
3+
s.version = '8.0.0'
44
s.summary = 'Google iOS SDK data transport.'
55

66
s.description = <<-DESC

GoogleDataTransport/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v8.0.0
2+
- Source restructuring to limit the public API surface.
3+
14
# v7.5.1
25
- Fix deprecation warning for iOS 12.0 and higher projects. (#6682)
36

0 commit comments

Comments
 (0)