Skip to content

Commit 60d1cd5

Browse files
committed
Updated release notes for 10.4.0 release.
1 parent 873dba2 commit 60d1cd5

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

release_build_files/readme.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -644,14 +644,18 @@ code.
644644
## Release Notes
645645
### 10.4.0
646646
- Changes
647-
- Analytics: Add `analytics::SetConsent()` and `analytics::GetSessionId()`
648-
APIs.
649-
- General (macOS): In order to support sandbox mode, apps can define a
650-
key/value pair for FBAppGroupEntitlementName in Info.plist. The value
651-
associated with this key will be used to prefix semaphore names
647+
- General (Android): Update to Firebase Android BoM version 31.2.0.
648+
- General (iOS): Update to Firebase Cocoapods version 10.4.0.
649+
- General (Desktop): On macOS, in order to support sandbox mode, apps can
650+
define a key/value pair for `FBAppGroupEntitlementName` in Info.plist. The
651+
value associated with this key will be used to prefix semaphore names
652652
created internally by the Firebase C++ SDK so that they conform with
653653
[macOS sandbox
654-
requirements](https://developer.apple.com/library/archive/documentation/Security/Conceptual/AppSandboxDesignGuide/AppSandboxInDepth/AppSandboxInDepth.html#//apple_ref/doc/uid/TP40011183-CH3-SW24).
654+
requirements](https://developer.apple.com/library/archive/documentation/Security/Conceptual/AppSandboxDesignGuide/AppSandboxInDepth/AppSandboxInDepth.html#//apple_ref/doc/uid/TP40011183-CH3-SW24).
655+
- Analytics: Add `analytics::SetConsent()` and `analytics::GetSessionId()`
656+
APIs.
657+
- GMA (Android): Updated dependency to play-services-ads version 21.4.0.
658+
This new version requires Multidex to be enabled in your Android builds.
655659

656660
### 10.3.0
657661
- Changes

0 commit comments

Comments
 (0)