Skip to content

Commit

Permalink
Update Unity SDK dependencies - Tue Nov 29 2022 (#554)
Browse files Browse the repository at this point in the history
Update Unity SDK dependencies for the v10.2.0 release.
  • Loading branch information
firebase-workflow-trigger[bot] authored Nov 29, 2022
1 parent 63c51e8 commit 30081b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cmake/android_dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ set(FIREBASE_DYNAMIC_LINKS_ANDROID_DEPS
)

set(FIREBASE_FIRESTORE_ANDROID_DEPS
"com.google.firebase:firebase-firestore:24.4.0"
"com.google.firebase:firebase-firestore:24.4.1"
"com.google.firebase:firebase-analytics:21.2.0"
)

set(FIREBASE_FUNCTIONS_ANDROID_DEPS
"com.google.firebase:firebase-functions:20.2.0"
"com.google.firebase:firebase-functions:20.2.1"
"com.google.firebase:firebase-analytics:21.2.0"
)

Expand Down
6 changes: 3 additions & 3 deletions cmake/firebase_unity_version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

# This file defines the version numbers used by the Firebase Unity SDK.

set(FIREBASE_UNITY_SDK_VERSION "10.1.1"
set(FIREBASE_UNITY_SDK_VERSION "10.2.0"
CACHE STRING "The version of the Unity SDK, used in the names of files.")

set(FIREBASE_IOS_POD_VERSION "10.1.0"
set(FIREBASE_IOS_POD_VERSION "10.2.0"
CACHE STRING "The version of the top-level Firebase Cocoapod to use.")

# https://github.com/googlesamples/unity-jar-resolver
Expand All @@ -27,7 +27,7 @@ set(FIREBASE_UNITY_JAR_RESOLVER_VERSION "1.2.175"
)

# https://github.com/firebase/firebase-cpp-sdk
set(FIREBASE_CPP_SDK_PRESET_VERSION "v10.1.0"
set(FIREBASE_CPP_SDK_PRESET_VERSION "v10.2.0"
CACHE STRING
"Version tag of Firebase CPP SDK to download (if no local or not passed in) and use (no trailing .0)"
)

0 comments on commit 30081b1

Please sign in to comment.