Skip to content

Commit d0f25aa

Browse files
committed
Fix number of know dll hashes
1 parent f39675e commit d0f25aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analytics/src/analytics_desktop_dynamic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const char* FirebaseAnalytics_KnownWindowsDllHashes[] = {
3737
};
3838

3939
// Count of known Google Analytics Windows DLL SHA256 hashes.
40-
const int FirebaseAnalytics_KnownWindowsDllHashCount = 3;
40+
const int FirebaseAnalytics_KnownWindowsDllHashCount = 4;
4141
#endif // defined(_WIN32)
4242

4343
// --- Stub Function Definitions ---

0 commit comments

Comments
 (0)