Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions crashlytics/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.4.1'

implementation 'com.google.firebase:firebase-crashlytics:18.2.9'
implementation 'com.google.firebase:firebase-crashlytics-ktx:18.2.9'
implementation 'com.google.firebase:firebase-crashlytics:18.2.10'
implementation 'com.google.firebase:firebase-crashlytics-ktx:18.2.10'

// For an optimal experience using Crashlytics, add the Firebase SDK
// for Google Analytics. This is recommended, but not required.
Expand Down
2 changes: 1 addition & 1 deletion firestore/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {

// Firebase / Play Services
implementation "com.google.firebase:firebase-auth:21.0.3"
implementation "com.google.android.gms:play-services-auth:20.1.0"
implementation "com.google.android.gms:play-services-auth:20.2.0"
implementation "com.google.firebase:firebase-functions-ktx:20.0.2"

// GeoFire (for Geoqueries solution)
Expand Down
2 changes: 1 addition & 1 deletion messaging/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
// for Google Analytics. This is recommended, but not required.
implementation 'com.google.firebase:firebase-analytics:20.1.2'

implementation "com.google.android.gms:play-services-auth:20.1.0"
implementation "com.google.android.gms:play-services-auth:20.2.0"
}

apply plugin: 'com.google.gms.google-services'