Skip to content

Commit f9e6f3b

Browse files
authored
Merge 1120fd7 into 50fae3c
2 parents 50fae3c + 1120fd7 commit f9e6f3b

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

firebase-functions/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Unreleased
22

3+
* [changed] Updated dependency of `firebase-iid` to its latest
4+
version (v21.1.0).
5+
6+
## Kotlin
7+
The Kotlin extensions library transitively includes the updated
8+
`firebase-functions` library. The Kotlin extensions library has no additional
9+
updates.
10+
311
# 20.2.0
412
* [unchanged] Updated to accommodate the release of the updated
513
[functions_client] Kotlin extensions library.

firebase-functions/firebase-functions.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,14 @@ dependencies {
5656
implementation 'com.google.android.gms:play-services-basement:18.1.0'
5757
implementation 'com.google.android.gms:play-services-base:18.0.1'
5858
implementation 'com.google.android.gms:play-services-tasks:18.0.1'
59-
implementation ('com.google.firebase:firebase-iid:20.0.1') {
60-
exclude group: 'com.google.firebase', module: 'firebase-common'
59+
implementation ('com.google.firebase:firebase-iid:21.1.0') {
60+
exclude group: "com.google.firebase", module: "firebase-common"
61+
exclude group: "com.google.firebase", module: "firebase-components"
6162
}
6263
implementation ('com.google.firebase:firebase-auth-interop:18.0.0') {
6364
exclude group: 'com.google.firebase', module: 'firebase-common'
6465
}
65-
implementation 'com.google.firebase:firebase-iid-interop:17.0.0'
66+
implementation 'com.google.firebase:firebase-iid-interop:17.1.0'
6667

6768
implementation 'com.squareup.okhttp3:okhttp:3.12.1'
6869

0 commit comments

Comments
 (0)