@@ -84,7 +84,7 @@ distributed as part of the core Firebase
8484
8585Feature | Required Libraries and Gradle Packages
8686-------------------------- | --------------------------------------
87- All Firebase SDKs | platform(com.google.firebase:firebase-bom:33.15 .0)
87+ All Firebase SDKs | platform(com.google.firebase:firebase-bom:34.0 .0)
8888| | (Android Bill of Materials)
8989Firebase Analytics | libfirebase_analytics.a
9090| | libfirebase_app.a
@@ -162,9 +162,9 @@ User Messaging Platform | libfirebase_ump.a
162162| | libfirebase_app.a
163163| | com.google.firebase: firebase-analytics
164164| | (Maven package)
165- | | com.google.android.ump:user-messaging-platform:2 .2.0
165+ | | com.google.android.ump:user-messaging-platform:3 .2.0
166166| | (Maven package)
167- Google Play services module| com.google.android.gms:play-services-base:18.7.0
167+ Google Play services module| com.google.android.gms:play-services-base:18.7.2
168168| | (Maven package)
169169
170170The Firebase C++ SDK uses an Android BoM (Bill of Materials) to specify a single
@@ -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
337337Two sets of Linux libraries are available: one set built against the newer C++11
338338ABI, 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