Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions cpp_sdk_version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"released": "11.0.1",
"stable": "11.0.1",
"head": "11.0.1"
"released": "11.1.0",
"stable": "11.1.0",
"head": "11.1.0"
}
6 changes: 5 additions & 1 deletion release_build_files/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -627,12 +627,16 @@ workflow use only during the development of your app, not for publicly shipping
code.

## Release Notes
### Upcoming Release
### 11.1.0
- Changes
- General (Android): Update to Firebase Android BoM version 32.1.0.
- General (iOS): Update to Firebase Cocoapods version 10.10.0.
- General (Android): Fix for deadlock within JniResultCallback, commonly
seen within Messaging, but affecting other products as well.
- Database/Firestore (Desktop): Fixed a crash on Windows when the user's
home directory contains non-ANSI characters (Unicode above U+00FF).
- GMA (Android): Updated dependency to play-services-ads version 22.1.0.
- GMA (iOS): Updated dependency to Google-Mobile-Ads-SDK version 10.5.0.
- Storage (Desktop): Fixed a crash on Windows when uploading files from a
path containing non-ANSI characters (Unicode above U+00FF).
- Firestore: Added MultiDb support. ([#1321](https://github.com/firebase/firebase-cpp-sdk/pull/1321)).
Expand Down