@@ -574,12 +574,12 @@ code.
574
574
## Release Notes
575
575
### 9.0.0
576
576
- Changes
577
- - General (iOS): iOS SDKs are now built using Xcode 13.3.1.
578
- - General (Android): On Android, Firebase C++ is now built against NDK
577
+ - General (iOS): Firebase C++ on iOS is now built using Xcode 13.3.1.
578
+ - General (Android): Firebase C++ on Android is now built against NDK
579
579
version r21e.
580
- - General (Android): Firebase support for gnustl (also known as libstdc++)
581
- has been removed. Please use libc++ instead. Android libraries have been
582
- moved from libs/android/ARCH/STL to libs/android/ARCH.
580
+ - General (Android): Support for gnustl (also known as libstdc++) has been
581
+ removed. Please use libc++ instead. Android libraries have been moved
582
+ from libs/android/ARCH/STL to libs/android/ARCH.
583
583
- AdMob (iOS): Temporarily pinned AdMob dependency to a special version of
584
584
the Google-Mobile-Ads-SDK Cocoapod, "7.69.0-cppsdk2", to maintain
585
585
compatibility with version 9.x of the Firebase iOS SDK.
@@ -608,8 +608,8 @@ code.
608
608
- Changes
609
609
- General (iOS): Fixed an intermittent crash on iOS 15 caused by
610
610
constructing C++ objects during Objective-C's ` +load ` method.
611
- ([ #706 ] ( https://github.com/firebase/firebase-cpp-sdk/pull/706 ) )
612
- ([ #783 ] ( https://github.com/firebase/firebase-cpp-sdk/pull/783 ) )
611
+ ([ #706 ] ( https://github.com/firebase/firebase-cpp-sdk/pull/706 ) )
612
+ ([ #783 ] ( https://github.com/firebase/firebase-cpp-sdk/pull/783 ) )
613
613
- General: Internal changes to Mutex class.
614
614
615
615
### 8.8.0
0 commit comments