File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,12 @@ const int FirebaseAnalytics_DynamicFunctionCount = 22;
3030#if defined(_WIN32 )
3131// Array of known Google Analytics Windows DLL SHA256 hashes (hex strings).
3232const char * FirebaseAnalytics_KnownWindowsDllHashes [] = {
33+ "c1b9ff6e9119c30bbeb7472326dcde418f45682e6b822e25eed922fe6e3cc698" ,
3334 "13ae5f9349b24186f1f3667b52832076e8d14ad9656c3546b1b7fca79ac8144b"
3435};
3536
3637// Count of known Google Analytics Windows DLL SHA256 hashes.
37- const int FirebaseAnalytics_KnownWindowsDllHashCount = 1 ;
38+ const int FirebaseAnalytics_KnownWindowsDllHashCount = 2 ;
3839#endif // defined(_WIN32)
3940
4041// --- Stub Function Definitions ---
Original file line number Diff line number Diff line change 1+ c1b9ff6e9119c30bbeb7472326dcde418f45682e6b822e25eed922fe6e3cc698
2+ 13ae5f9349b24186f1f3667b52832076e8d14ad9656c3546b1b7fca79ac8144b
You can’t perform that action at this time.
0 commit comments