Skip to content

Commit 25d6324

Browse files
authored
Update C++ SDK version to 11.1.0 (#1336)
1 parent a8fc5e3 commit 25d6324

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

cpp_sdk_version.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"released": "11.0.1",
3-
"stable": "11.0.1",
4-
"head": "11.0.1"
2+
"released": "11.1.0",
3+
"stable": "11.1.0",
4+
"head": "11.1.0"
55
}

release_build_files/readme.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -627,12 +627,16 @@ workflow use only during the development of your app, not for publicly shipping
627627
code.
628628

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

0 commit comments

Comments
 (0)