Skip to content

Commit fba1baa

Browse files
author
firebase-workflow-trigger-bot
committed
Update Unity SDK dependencies - Tue Jun 28 2022
> Created by [Firebase Unity SDK build workflow](https://github.com/firebase/firebase-unity-sdk/actions/runs/2579713696).
1 parent 22f78b8 commit fba1baa

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

cmake/android_dependencies.cmake

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
set(FIREBASE_APP_ANDROID_DEPS
1818
"com.google.firebase:firebase-common:20.1.1"
1919
"com.google.firebase:firebase-analytics:21.0.0"
20-
"com.google.android.gms:play-services-base:18.0.1"
20+
"com.google.android.gms:play-services-base:18.1.0"
2121
)
2222

2323
set(FIREBASE_ANALYTICS_ANDROID_DEPS
2424
"com.google.firebase:firebase-analytics:21.0.0"
2525
)
2626

2727
set(FIREBASE_AUTH_ANDROID_DEPS
28-
"com.google.firebase:firebase-auth:21.0.5"
28+
"com.google.firebase:firebase-auth:21.0.6"
2929
"com.google.firebase:firebase-analytics:21.0.0"
3030
)
3131

@@ -37,7 +37,7 @@ set(FIREBASE_CRASHLYTICS_ANDROID_DEPS
3737
set(FIREBASE_DATABASE_ANDROID_DEPS
3838
"com.google.firebase:firebase-database:20.0.5"
3939
"com.google.firebase:firebase-analytics:21.0.0"
40-
"com.google.android.gms:play-services-base:18.0.1"
40+
"com.google.android.gms:play-services-base:18.1.0"
4141
)
4242

4343
set(FIREBASE_DYNAMIC_LINKS_ANDROID_DEPS
@@ -46,7 +46,7 @@ set(FIREBASE_DYNAMIC_LINKS_ANDROID_DEPS
4646
)
4747

4848
set(FIREBASE_FIRESTORE_ANDROID_DEPS
49-
"com.google.firebase:firebase-firestore:24.1.2"
49+
"com.google.firebase:firebase-firestore:24.2.0"
5050
"com.google.firebase:firebase-analytics:21.0.0"
5151
)
5252

@@ -62,7 +62,7 @@ set(FIREBASE_INSTALLATIONS_ANDROID_DEPS
6262

6363
# iid is needed by messaging to avoid a conflict with functions
6464
set(FIREBASE_MESSAGING_ANDROID_DEPS
65-
"com.google.firebase:firebase-messaging:23.0.5"
65+
"com.google.firebase:firebase-messaging:23.0.6"
6666
"com.google.firebase:firebase-analytics:21.0.0"
6767
"com.google.firebase:firebase-iid:21.1.0"
6868
)

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 "9.1.0"
17+
set(FIREBASE_UNITY_SDK_VERSION "9.2.0"
1818
CACHE STRING "The version of the Unity SDK, used in the names of files.")
1919

20-
set(FIREBASE_IOS_POD_VERSION "9.1.0"
20+
set(FIREBASE_IOS_POD_VERSION "9.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.172"
2727
)
2828

2929
# https://github.com/firebase/firebase-cpp-sdk
30-
set(FIREBASE_CPP_SDK_PRESET_VERSION "v9.1.0"
30+
set(FIREBASE_CPP_SDK_PRESET_VERSION "v9.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)