File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -642,6 +642,10 @@ code.
642642 - GMA (Android): Updated dependency to play-services-ads version 22.2.0.
643643 - Remote Config (Desktop): Additional fix for handling of non-English time
644644 zone names on Windows.
645+ - Firestore (Android): Fix the intermittent global references exhaustion
646+ crash when working with documents with a large number of keys and/or large
647+ map and/or array fields.
648+ ([ #1364 ] ( https://github.com/firebase/firebase-cpp-sdk/pull/1364 ) ).
645649
646650### 11.2.0
647651- Changes
@@ -655,10 +659,6 @@ code.
655659 time zone name in the current system language contains an accented
656660 character or apostrophe. This adds a requirement for applications using
657661 Remote Config on Windows desktop to link the "icu.dll" system library.
658- - Firestore (Android): Fix the intermittent global references exhaustion
659- crash when working with documents with a large number of keys and/or large
660- map and/or array fields.
661- ([ #1364 ] ( https://github.com/firebase/firebase-cpp-sdk/pull/1364 ) ).
662662
663663### 11.1.0
664664- Changes
You can’t perform that action at this time.
0 commit comments