Skip to content

Commit

Permalink
Cherry-picks for M62. (#4650)
Browse files Browse the repository at this point in the history
* Include GoogleUtilities in the release manifest.

* Crashlytics fix header import ordering issue (#4649)

Co-authored-by: Sam Edson <[email protected]>
  • Loading branch information
ryanwilson and samedson authored Jan 9, 2020
1 parent 4d9fc3e commit 6b5ce1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#pragma once

#include "FIRCLSFeatures.h"
#include "FIRCLSThreadState.h"

#include <stdbool.h>
Expand Down
3 changes: 2 additions & 1 deletion Releases/Manifests/6.15.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"FirebaseMessaging":"4.2.0",
"FirebaseStorage":"3.5.0",
"GoogleDataTransport":"3.3.0",
"GoogleDataTransportCCTSupport":"1.3.0"
"GoogleDataTransportCCTSupport":"1.3.0",
"GoogleUtilities":"6.5.0"
}

0 comments on commit 6b5ce1c

Please sign in to comment.