Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Unity SDK dependencies - Tue May 07 2024 #1016

Merged
merged 4 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/firebase_unity_version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set(FIREBASE_UNITY_JAR_RESOLVER_VERSION "1.2.179"
)

# https://github.com/firebase/firebase-cpp-sdk
set(FIREBASE_CPP_SDK_PRESET_VERSION "v11.10.0"
set(FIREBASE_CPP_SDK_PRESET_VERSION "v12.0.0"
CACHE STRING
"Version tag of Firebase CPP SDK to download (if no local or not passed in) and use (no trailing .0)"
)
9 changes: 8 additions & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,15 @@ Support

Release Notes
-------------
### Upcoming
### 12.0.0
- Changes
- General: Update to Firebase C++ SDK version 12.0.0.
- General (Android): Update to Firebase Android BoM version 33.0.0.
- General (Android): Updated minSdkVersion to 23, and targetSdkVersion
and compileSdkVersion to 34.
- General (iOS): Update to Firebase Cocoapods version 10.25.0.
- General (iOS): Minimum iOS deployment target is now 13.0.
- General: Minimum supported editor version is now Unity 2020.
- Auth: Remove deprecated calls involving `SignInResult`, most of
which were appended with `_DEPRECATED`.
- Remote Config: Remove deprecated `ConfigSettings.MinimumFetchInternalInMilliseconds`,
Expand Down
Loading