Skip to content

Commit a7ab6b5

Browse files
firebase-workflow-trigger[bot]firebase-workflow-trigger-bota-maurice
authored
Update Unity SDK dependencies - Tue May 07 2024 (#1016)
* Update Unity SDK dependencies - Tue May 07 2024 > Created by [Firebase Unity SDK build workflow](https://github.com/firebase/firebase-unity-sdk/actions/runs/8992406527). * Update readme.md * Update readme.md --------- Co-authored-by: firebase-workflow-trigger-bot <[email protected]> Co-authored-by: a-maurice <[email protected]>
1 parent 6a7485a commit a7ab6b5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

cmake/firebase_unity_version.cmake

+1-1
Original file line numberDiff line numberDiff 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
)

docs/readme.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,15 @@ Support
7171

7272
Release 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`,

0 commit comments

Comments
 (0)