Skip to content

Commit 5c1eeba

Browse files
committed
Deps: Add firebase iid transitively used dependency on wordpress
It is generally recommended that transitively used dependencies should be declared directly. ------------------------------------------------------------------------ FYI: In this specific case and as per the Firebase 'Remote Config' version '19.2.0; release note, when using this library, if explicitly calling 'Instance ID' APIs and relying on an indirect dependency for the 'Instance ID' SDK, the app needs to be updated to either have a direct dependency on the 'Instance ID' SDK added, or to use the new Firebase installations SDK to access client identifiers, which include Firebase installation IDs or installation auth tokens. For more info see: https://firebase.google.com/support/release-notes/ android#remote-config_v19-2-0
1 parent c7cdac4 commit 5c1eeba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

WordPress/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ dependencies {
422422
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$androidxLifecycleVersion"
423423
implementation "androidx.lifecycle:lifecycle-process:$androidxLifecycleVersion"
424424
implementation "com.android.volley:volley:$androidVolleyVersion"
425+
implementation "com.google.firebase:firebase-iid:$firebaseIidVersion"
425426
implementation "com.google.firebase:firebase-messaging:$firebaseMessagingVersion"
426427
implementation "com.google.firebase:firebase-config:$firebaseConfigVersion"
427428
implementation "com.google.android.gms:play-services-auth:$googlePlayServicesAuthVersion"

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ ext {
5757
chrisbanesPhotoviewVersion = '2.3.0'
5858
eventBusVersion = '3.3.1'
5959
facebookShimmerVersion = '0.5.0'
60+
firebaseIidVersion = '21.1.0'
6061
firebaseConfigVersion = '19.2.0'
6162
firebaseMessagingVersion = '21.1.0'
6263
glideVersion = '4.10.0'

0 commit comments

Comments
 (0)