File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ set(FIREBASE_UNITY_JAR_RESOLVER_VERSION "1.2.179"
2727)
2828
2929# https://github.com/firebase/firebase-cpp-sdk
30- set (FIREBASE_CPP_SDK_PRESET_VERSION "v11.10 .0"
30+ set (FIREBASE_CPP_SDK_PRESET_VERSION "v12.0 .0"
3131 CACHE STRING
3232 "Version tag of Firebase CPP SDK to download (if no local or not passed in) and use (no trailing .0)"
3333)
Original file line number Diff line number Diff line change @@ -71,8 +71,15 @@ Support
7171
7272Release Notes
7373-------------
74- ### Upcoming
74+ ### 12.0.0
7575- Changes
76+ - General: Update to Firebase C++ SDK version 12.0.0.
77+ - General (Android): Update to Firebase Android BoM version 33.0.0.
78+ - General (Android): Updated minSdkVersion to 23, and targetSdkVersion
79+ and compileSdkVersion to 34.
80+ - General (iOS): Update to Firebase Cocoapods version 10.25.0.
81+ - General (iOS): Minimum iOS deployment target is now 13.0.
82+ - General: Minimum supported editor version is now Unity 2020.
7683 - Auth: Remove deprecated calls involving ` SignInResult ` , most of
7784 which were appended with ` _DEPRECATED ` .
7885 - Remote Config: Remove deprecated ` ConfigSettings.MinimumFetchInternalInMilliseconds ` ,
You can’t perform that action at this time.
0 commit comments