Skip to content

Commit

Permalink
Auto-update dependencies. (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed Mar 27, 2020
1 parent 6266764 commit 8d2ad71
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion auth/app/build.gradle
Expand Up @@ -48,7 +48,7 @@ dependencies {

// Firebase UI
// Used in FirebaseUIActivity.
implementation 'com.firebaseui:firebase-ui-auth:6.2.0'
implementation 'com.firebaseui:firebase-ui-auth:6.2.1'

// Facebook Android SDK (only required for Facebook Login)
// Used in FacebookLoginActivity.
Expand Down
2 changes: 1 addition & 1 deletion database/app/build.gradle
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation 'com.google.firebase:firebase-database-ktx:19.2.1'

implementation 'com.google.firebase:firebase-auth:19.3.0'
implementation 'com.firebaseui:firebase-ui-database:6.2.0'
implementation 'com.firebaseui:firebase-ui-database:6.2.1'

// Needed to fix a dependency conflict with FirebaseUI'
implementation 'androidx.arch.core:core-runtime:2.1.0'
Expand Down
2 changes: 1 addition & 1 deletion firestore/app/build.gradle
Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation 'com.google.android.gms:play-services-auth:17.0.0'

// FirebaseUI (for authentication)
implementation 'com.firebaseui:firebase-ui-auth:6.2.0'
implementation 'com.firebaseui:firebase-ui-auth:6.2.1'

// Support Libs
implementation 'androidx.appcompat:appcompat:1.1.0'
Expand Down
2 changes: 1 addition & 1 deletion functions/app/build.gradle
Expand Up @@ -43,7 +43,7 @@ dependencies {
implementation 'com.google.firebase:firebase-auth:19.3.0'
implementation 'com.google.firebase:firebase-messaging:20.1.3'

implementation 'com.firebaseui:firebase-ui-auth:6.2.0'
implementation 'com.firebaseui:firebase-ui-auth:6.2.1'
implementation 'com.google.android.gms:play-services-auth:17.0.0'

testImplementation 'junit:junit:4.13'
Expand Down

0 comments on commit 8d2ad71

Please sign in to comment.