Skip to content

Commit c128290

Browse files
author
firebase-workflow-trigger-bot
committed
Update Unity SDK dependencies - Tue Aug 06 2024
> Created by [Firebase Unity SDK build workflow](https://github.com/firebase/firebase-unity-sdk/actions/runs/10271449823).
1 parent 9cde916 commit c128290

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cmake/android_dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ set(FIREBASE_AUTH_ANDROID_DEPS
3737
)
3838

3939
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"
4141
"com.google.firebase:firebase-analytics:22.0.2"
4242
)
4343

cmake/firebase_unity_version.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

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

17-
set(FIREBASE_UNITY_SDK_VERSION "12.1.0"
17+
set(FIREBASE_UNITY_SDK_VERSION "12.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.28.1"
20+
set(FIREBASE_IOS_POD_VERSION "11.0.0"
2121
CACHE STRING "The version of the top-level Firebase Cocoapod to use.")
2222

2323
# 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"
2525
CACHE STRING
2626
"Version tag of Play Services Resolver to download and use (no trailing .0)"
2727
)

0 commit comments

Comments
 (0)