File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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:19.0.2 "
40
+ "com.google.firebase:firebase-crashlytics-ndk:19.0.3 "
41
41
"com.google.firebase:firebase-analytics:22.0.2"
42
42
)
43
43
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 "12.1 .0"
17
+ set (FIREBASE_UNITY_SDK_VERSION "12.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.28.1 "
20
+ set (FIREBASE_IOS_POD_VERSION "11.0.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
24
- set (FIREBASE_UNITY_JAR_RESOLVER_VERSION "1.2.181 "
24
+ set (FIREBASE_UNITY_JAR_RESOLVER_VERSION "1.2.182 "
25
25
CACHE STRING
26
26
"Version tag of Play Services Resolver to download and use (no trailing .0)"
27
27
)
You can’t perform that action at this time.
0 commit comments