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.
642
642
- GMA (Android): Updated dependency to play-services-ads version 22.2.0.
643
643
- Remote Config (Desktop): Additional fix for handling of non-English time
644
644
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 ) ).
645
649
646
650
### 11.2.0
647
651
- Changes
@@ -655,10 +659,6 @@ code.
655
659
time zone name in the current system language contains an accented
656
660
character or apostrophe. This adds a requirement for applications using
657
661
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 ) ).
662
662
663
663
### 11.1.0
664
664
- Changes
You can’t perform that action at this time.
0 commit comments