Skip to content

Fix readme.md for version of android global refs fix release notes entry #1392

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions release_build_files/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down