Skip to content

Commit 054e8bc

Browse files
firebase-workflow-trigger[bot]firebase-workflow-trigger-bota-maurice
authored
Update Unity SDK dependencies - Thu Aug 31 2023 (#849)
* Update Unity SDK dependencies - Thu Aug 31 2023 > Created by [Update Versions workflow](https://github.com/firebase/firebase-unity-sdk/actions/runs/6041133931). * Pin C++ to a version with updated dependencies --------- Co-authored-by: firebase-workflow-trigger-bot <[email protected]> Co-authored-by: a-maurice <[email protected]>
1 parent 6f801c5 commit 054e8bc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cmake/android_dependencies.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ set(FIREBASE_AUTH_ANDROID_DEPS
3737
)
3838

3939
set(FIREBASE_CRASHLYTICS_ANDROID_DEPS
40-
"com.google.firebase:firebase-crashlytics-ndk:18.4.0"
40+
"com.google.firebase:firebase-crashlytics-ndk:18.4.1"
4141
"com.google.firebase:firebase-analytics:21.3.0"
4242
)
4343

@@ -53,7 +53,7 @@ set(FIREBASE_DYNAMIC_LINKS_ANDROID_DEPS
5353
)
5454

5555
set(FIREBASE_FIRESTORE_ANDROID_DEPS
56-
"com.google.firebase:firebase-firestore:24.7.0"
56+
"com.google.firebase:firebase-firestore:24.7.1"
5757
"com.google.firebase:firebase-analytics:21.3.0"
5858
)
5959

cmake/firebase_unity_version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
set(FIREBASE_UNITY_SDK_VERSION "11.4.0"
1818
CACHE STRING "The version of the Unity SDK, used in the names of files.")
1919

20-
set(FIREBASE_IOS_POD_VERSION "10.13.0"
20+
set(FIREBASE_IOS_POD_VERSION "10.14.0"
2121
CACHE STRING "The version of the top-level Firebase Cocoapod to use.")
2222

2323
# https://github.com/googlesamples/unity-jar-resolver
@@ -27,7 +27,7 @@ set(FIREBASE_UNITY_JAR_RESOLVER_VERSION "1.2.177"
2727
)
2828

2929
# https://github.com/firebase/firebase-cpp-sdk
30-
set(FIREBASE_CPP_SDK_PRESET_VERSION "v11.4.0"
30+
set(FIREBASE_CPP_SDK_PRESET_VERSION "ca5cdee69f8ad60955cbfb01801b9161354823aa"
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Support
7171

7272
Release Notes
7373
-------------
74-
### Upcoming Release
74+
### 11.4.0
7575
- Changes
7676
- Analytics (iOS): Added InitiateOnDeviceConversionMeasurementWithPhoneNumber
7777
function to facilitate the [on-device conversion

0 commit comments

Comments
 (0)