Skip to content

Commit

Permalink
Auto-update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed Jul 9, 2020
1 parent a0c4a9e commit 6bc66f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion functions/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
// Firebase Authentication (Kotlin)
implementation 'com.google.firebase:firebase-auth-ktx:19.3.2'

implementation 'com.google.firebase:firebase-messaging:20.2.2'
implementation 'com.google.firebase:firebase-messaging:20.2.3'

implementation 'com.firebaseui:firebase-ui-auth:6.2.1'
implementation 'com.google.android.gms:play-services-auth:18.0.0'
Expand Down
2 changes: 1 addition & 1 deletion inappmessaging/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
// Analytics (Kotlin)
implementation 'com.google.firebase:firebase-analytics-ktx:17.4.4'

implementation 'com.google.firebase:firebase-iid:20.2.2'
implementation 'com.google.firebase:firebase-iid:20.2.3'

androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
Expand Down
4 changes: 2 additions & 2 deletions messaging/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ dependencies {

implementation 'com.google.android.material:material:1.1.0'

implementation 'com.google.firebase:firebase-iid:20.2.2'
implementation 'com.google.firebase:firebase-messaging:20.2.2'
implementation 'com.google.firebase:firebase-iid:20.2.3'
implementation 'com.google.firebase:firebase-messaging:20.2.3'

// For an optimal experience using FCM, add the Firebase SDK
// for Google Analytics. This is recommended, but not required.
Expand Down

0 comments on commit 6bc66f6

Please sign in to comment.