File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ set(FIREBASE_AUTH_ANDROID_DEPS
37
37
)
38
38
39
39
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 "
41
41
"com.google.firebase:firebase-analytics:21.3.0"
42
42
)
43
43
@@ -53,7 +53,7 @@ set(FIREBASE_DYNAMIC_LINKS_ANDROID_DEPS
53
53
)
54
54
55
55
set (FIREBASE_FIRESTORE_ANDROID_DEPS
56
- "com.google.firebase:firebase-firestore:24.7.0 "
56
+ "com.google.firebase:firebase-firestore:24.7.1 "
57
57
"com.google.firebase:firebase-analytics:21.3.0"
58
58
)
59
59
Original file line number Diff line number Diff line change 17
17
set (FIREBASE_UNITY_SDK_VERSION "11.4.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.13 .0"
20
+ set (FIREBASE_IOS_POD_VERSION "10.14 .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.177"
27
27
)
28
28
29
29
# 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 "
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
)
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Support
71
71
72
72
Release Notes
73
73
-------------
74
- ### Upcoming Release
74
+ ### 11.4.0
75
75
- Changes
76
76
- Analytics (iOS): Added InitiateOnDeviceConversionMeasurementWithPhoneNumber
77
77
function to facilitate the [ on-device conversion
You can’t perform that action at this time.
0 commit comments