File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
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
+
3
11
# 20.2.0
4
12
* [ unchanged] Updated to accommodate the release of the updated
5
13
[ functions_client] Kotlin extensions library.
Original file line number Diff line number Diff line change @@ -56,13 +56,14 @@ dependencies {
56
56
implementation ' com.google.android.gms:play-services-basement:18.1.0'
57
57
implementation ' com.google.android.gms:play-services-base:18.0.1'
58
58
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"
61
62
}
62
63
implementation (' com.google.firebase:firebase-auth-interop:18.0.0' ) {
63
64
exclude group : ' com.google.firebase' , module : ' firebase-common'
64
65
}
65
- implementation ' com.google.firebase:firebase-iid-interop:17.0 .0'
66
+ implementation ' com.google.firebase:firebase-iid-interop:17.1 .0'
66
67
67
68
implementation ' com.squareup.okhttp3:okhttp:3.12.1'
68
69
You can’t perform that action at this time.
0 commit comments