File tree 2 files changed +9
-2
lines changed
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"
27
27
)
28
28
29
29
# 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"
31
31
CACHE STRING
32
32
"Version tag of Firebase CPP SDK to download (if no local or not passed in) and use (no trailing .0)"
33
33
)
Original file line number Diff line number Diff line change @@ -71,8 +71,15 @@ Support
71
71
72
72
Release Notes
73
73
-------------
74
- ### Upcoming
74
+ ### 12.0.0
75
75
- 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.
76
83
- Auth: Remove deprecated calls involving ` SignInResult ` , most of
77
84
which were appended with ` _DEPRECATED ` .
78
85
- Remote Config: Remove deprecated ` ConfigSettings.MinimumFetchInternalInMilliseconds ` ,
You can’t perform that action at this time.
0 commit comments