File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,14 +25,15 @@ static char g_stub_memory[256] = {0};
2525// clang-format off
2626
2727// Number of Google Analytics functions expected to be loaded from the DLL.
28- const int FirebaseAnalytics_DynamicFunctionCount = 24 ;
28+ const int FirebaseAnalytics_DynamicFunctionCount = 26 ;
2929
3030#if defined(_WIN32 )
3131// Array of known Google Analytics Windows DLL SHA256 hashes (hex strings).
3232const char * FirebaseAnalytics_KnownWindowsDllHashes [] = {
3333 "c1b9ff6e9119c30bbeb7472326dcde418f45682e6b822e25eed922fe6e3cc698" ,
3434 "13ae5f9349b24186f1f3667b52832076e8d14ad9656c3546b1b7fca79ac8144b" ,
35- "3f1fb1bb21bce0061c4b89bb674d3b6c94eaea2c8de98802198a35ea94c97900"
35+ "3f1fb1bb21bce0061c4b89bb674d3b6c94eaea2c8de98802198a35ea94c97900" ,
36+ "1e944cd4a2b8d115a32d01f4cc900f23805934b5587b55305df9cd189f9d78d5"
3637};
3738
3839// Count of known Google Analytics Windows DLL SHA256 hashes.
You can’t perform that action at this time.
0 commit comments