File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -60,9 +60,11 @@ set(FIREBASE_INSTALLATIONS_ANDROID_DEPS
60
60
"com.google.firebase:firebase-analytics:21.0.0"
61
61
)
62
62
63
+ # iid is needed by messaging to avoid a conflict with functions
63
64
set (FIREBASE_MESSAGING_ANDROID_DEPS
64
65
"com.google.firebase:firebase-messaging:23.0.4"
65
66
"com.google.firebase:firebase-analytics:21.0.0"
67
+ "com.google.firebase:firebase-iid:21.1.0"
66
68
)
67
69
68
70
set (FIREBASE_REMOTE_CONFIG_ANDROID_DEPS
@@ -73,4 +75,4 @@ set(FIREBASE_REMOTE_CONFIG_ANDROID_DEPS
73
75
set (FIREBASE_STORAGE_ANDROID_DEPS
74
76
"com.google.firebase:firebase-storage:20.0.1"
75
77
"com.google.firebase:firebase-analytics:21.0.0"
76
- )
78
+ )
Original file line number Diff line number Diff line change @@ -164,6 +164,8 @@ Release Notes
164
164
- Analytics: Removed deprecated event names and parameters.
165
165
- Crashlytics (Android): Fixed a bug with missing symbols when enabling
166
166
minification via proguard.
167
+ - Messaging (Android): Fixed a bug with duplicate symbols when also
168
+ using Functions.
167
169
- Realtime Database (Desktop): Fixed a bug handling server timestamps
168
170
on 32-bit CPUs.
169
171
- Storage (Desktop): Set Content-Type HTTP header when uploading with
You can’t perform that action at this time.
0 commit comments