Skip to content

Commit dac23a0

Browse files
author
firebase-workflow-trigger-bot
committed
Update Unity SDK dependencies - Wed Dec 11 2024
> Created by [Firebase Unity SDK build workflow](https://github.com/firebase/firebase-unity-sdk/actions/runs/12282898843).
1 parent eb847ae commit dac23a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

cmake/android_dependencies.cmake

Lines changed: 3 additions & 3 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:19.2.1"
40+
"com.google.firebase:firebase-crashlytics-ndk:19.3.0"
4141
"com.google.firebase:firebase-analytics:22.1.2"
4242
)
4343

@@ -58,7 +58,7 @@ set(FIREBASE_FIRESTORE_ANDROID_DEPS
5858
)
5959

6060
set(FIREBASE_FUNCTIONS_ANDROID_DEPS
61-
"com.google.firebase:firebase-functions:21.0.0"
61+
"com.google.firebase:firebase-functions:21.1.0"
6262
"com.google.firebase:firebase-analytics:22.1.2"
6363
)
6464

@@ -69,7 +69,7 @@ set(FIREBASE_INSTALLATIONS_ANDROID_DEPS
6969

7070
# iid is needed by messaging to avoid a conflict with functions
7171
set(FIREBASE_MESSAGING_ANDROID_DEPS
72-
"com.google.firebase:firebase-messaging:24.0.3"
72+
"com.google.firebase:firebase-messaging:24.1.0"
7373
"com.google.firebase:firebase-analytics:22.1.2"
7474
"com.google.firebase:firebase-iid:21.1.0"
7575
"com.google.flatbuffers:flatbuffers-java:1.12.0"

cmake/firebase_unity_version.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
# This file defines the version numbers used by the Firebase Unity SDK.
1616

17-
set(FIREBASE_UNITY_SDK_VERSION "12.4.1"
17+
set(FIREBASE_UNITY_SDK_VERSION "12.5.0"
1818
CACHE STRING "The version of the Unity SDK, used in the names of files.")
1919

20-
set(FIREBASE_IOS_POD_VERSION "11.4.2"
20+
set(FIREBASE_IOS_POD_VERSION "11.6.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.183"
2727
)
2828

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

0 commit comments

Comments
 (0)