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
46
46
)
47
47
48
48
set (FIREBASE_FIRESTORE_ANDROID_DEPS
49
- "com.google.firebase:firebase-firestore:24.4.0 "
49
+ "com.google.firebase:firebase-firestore:24.4.1 "
50
50
"com.google.firebase:firebase-analytics:21.2.0"
51
51
)
52
52
53
53
set (FIREBASE_FUNCTIONS_ANDROID_DEPS
54
- "com.google.firebase:firebase-functions:20.2.0 "
54
+ "com.google.firebase:firebase-functions:20.2.1 "
55
55
"com.google.firebase:firebase-analytics:21.2.0"
56
56
)
57
57
Original file line number Diff line number Diff line change 14
14
15
15
# This file defines the version numbers used by the Firebase Unity SDK.
16
16
17
- set (FIREBASE_UNITY_SDK_VERSION "10.1.1 "
17
+ set (FIREBASE_UNITY_SDK_VERSION "10.2.0 "
18
18
CACHE STRING "The version of the Unity SDK, used in the names of files." )
19
19
20
- set (FIREBASE_IOS_POD_VERSION "10.1 .0"
20
+ set (FIREBASE_IOS_POD_VERSION "10.2 .0"
21
21
CACHE STRING "The version of the top-level Firebase Cocoapod to use." )
22
22
23
23
# https://github.com/googlesamples/unity-jar-resolver
@@ -27,7 +27,7 @@ set(FIREBASE_UNITY_JAR_RESOLVER_VERSION "1.2.175"
27
27
)
28
28
29
29
# 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"
31
31
CACHE STRING
32
32
"Version tag of Firebase CPP SDK to download (if no local or not passed in) and use (no trailing .0)"
33
33
)
You can’t perform that action at this time.
0 commit comments