Skip to content

Commit 30081b1

Browse files
Update Unity SDK dependencies - Tue Nov 29 2022 (#554)
Update Unity SDK dependencies for the v10.2.0 release.
1 parent 63c51e8 commit 30081b1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cmake/android_dependencies.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ set(FIREBASE_DYNAMIC_LINKS_ANDROID_DEPS
4646
)
4747

4848
set(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

5353
set(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

cmake/firebase_unity_version.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
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
)

0 commit comments

Comments
 (0)