We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bcf6ba commit d2393c8Copy full SHA for d2393c8
GoogleDataTransport.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'GoogleDataTransport'
3
- s.version = '1.1.2'
+ s.version = '1.1.3'
4
s.summary = 'Google iOS SDK data transport.'
5
6
s.description = <<-DESC
GoogleDataTransport/CHANGELOG.md
@@ -1,3 +1,6 @@
+# v1.1.3
+- Wrap decoding in GDTUploadCoordinator in a try catch. (#3676)
+
# v1.1.2
- Add initial support for iOS 13.
- Add initial support for Catalyst.
0 commit comments