File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ set(FIREBASE_DYNAMIC_LINKS_ANDROID_DEPS
4646)
4747
4848set (FIREBASE_FIRESTORE_ANDROID_DEPS
49- "com.google.firebase:firebase-firestore:24.4.0 "
49+ "com.google.firebase:firebase-firestore:24.4.1 "
5050 "com.google.firebase:firebase-analytics:21.2.0"
5151)
5252
5353set (FIREBASE_FUNCTIONS_ANDROID_DEPS
54- "com.google.firebase:firebase-functions:20.2.0 "
54+ "com.google.firebase:firebase-functions:20.2.1 "
5555 "com.google.firebase:firebase-analytics:21.2.0"
5656)
5757
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 "10.1.1 "
17+ set (FIREBASE_UNITY_SDK_VERSION "10.2.0 "
1818 CACHE STRING "The version of the Unity SDK, used in the names of files." )
1919
20- set (FIREBASE_IOS_POD_VERSION "10.1 .0"
20+ set (FIREBASE_IOS_POD_VERSION "10.2 .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.175"
2727)
2828
2929# https://github.com/firebase/firebase-cpp-sdk
30- set (FIREBASE_CPP_SDK_PRESET_VERSION "v10.1 .0"
30+ set (FIREBASE_CPP_SDK_PRESET_VERSION "v10.2 .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