File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ set(FIREBASE_AUTH_ANDROID_DEPS
3737)
3838
3939set (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
6060set (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
7171set (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"
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments