Skip to content

Commit c0e9eba

Browse files
committed
Update readme.md
1 parent 2f21ce6 commit c0e9eba

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

release_build_files/readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ Xcode project to ensure that the Swift runtime is included in your app.
331331

332332
#### Linux libraries
333333

334-
For Linux, library versions are provided for 32-bit (i386) and 64-bit (x86_64)
335-
platforms.
334+
For Linux, library versions are provided for 32-bit (i386, deprecated) and
335+
64-bit (x86_64) platforms.
336336

337337
Two sets of Linux libraries are available: one set built against the newer C++11
338338
ABI, and another set built against the standard (legacy) ABI. This is equivalent
@@ -615,13 +615,17 @@ code.
615615
## Release Notes
616616
### Upcoming Release
617617
- Changes
618+
- General (Android): Update to Firebase Android BoM version 34.0.0.
619+
- General (iOS): Update to Firebase Cocoapods version 12.0.0.
618620
- General (iOS): Minimum iOS deployment target is now 15.0.
619621
- General (iOS): Added an option to explicitly specify your app's
620622
`AppDelegate` class name via the `FirebaseAppDelegateClassName` key in
621623
`Info.plist`. This provides a more direct way for Firebase to interact
622624
with your specified AppDelegate. See "Platform Notes > iOS Method
623625
Swizzling > Specifying Your AppDelegate Class Directly (iOS)" for
624626
details.
627+
- General (Linux): 32-bit (i386) build support is now deprecated, and will
628+
be removed in the future.
625629
- Auth: Removed deprecated `User::UpdateEmail` method.
626630
- Dynamic Links: Removed the Dynamic Links SDK. See the [support
627631
documentation](https://firebase.google.com/support/dynamic-links-faq)

0 commit comments

Comments
 (0)