From e238908fc98bf16d8c1fc8d1c5c0d9704751084e Mon Sep 17 00:00:00 2001 From: Denver Coneybeare Date: Tue, 18 Jul 2023 19:28:23 -0400 Subject: [PATCH] Fix readme.md for version of android global refs fix release notes entry --- release_build_files/readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/release_build_files/readme.md b/release_build_files/readme.md index 1ef72ab88d..784e174d46 100644 --- a/release_build_files/readme.md +++ b/release_build_files/readme.md @@ -642,6 +642,10 @@ code. - GMA (Android): Updated dependency to play-services-ads version 22.2.0. - Remote Config (Desktop): Additional fix for handling of non-English time zone names on Windows. + - Firestore (Android): Fix the intermittent global references exhaustion + crash when working with documents with a large number of keys and/or large + map and/or array fields. + ([#1364](https://github.com/firebase/firebase-cpp-sdk/pull/1364)). ### 11.2.0 - Changes @@ -655,10 +659,6 @@ code. time zone name in the current system language contains an accented character or apostrophe. This adds a requirement for applications using Remote Config on Windows desktop to link the "icu.dll" system library. - - Firestore (Android): Fix the intermittent global references exhaustion - crash when working with documents with a large number of keys and/or large - map and/or array fields. - ([#1364](https://github.com/firebase/firebase-cpp-sdk/pull/1364)). ### 11.1.0 - Changes