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;
30
30
#if defined(_WIN32 )
31
31
// Array of known Google Analytics Windows DLL SHA256 hashes (hex strings).
32
32
const char * FirebaseAnalytics_KnownWindowsDllHashes [] = {
33
+ "c1b9ff6e9119c30bbeb7472326dcde418f45682e6b822e25eed922fe6e3cc698" ,
33
34
"13ae5f9349b24186f1f3667b52832076e8d14ad9656c3546b1b7fca79ac8144b"
34
35
};
35
36
36
37
// Count of known Google Analytics Windows DLL SHA256 hashes.
37
- const int FirebaseAnalytics_KnownWindowsDllHashCount = 1 ;
38
+ const int FirebaseAnalytics_KnownWindowsDllHashCount = 2 ;
38
39
#endif // defined(_WIN32)
39
40
40
41
// --- 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