Skip to content

Commit

Permalink
Auto-update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed Aug 2, 2020
1 parent 930ab4d commit ca7d217
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
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {

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

// Facebook Android SDK (only required for Facebook Login)
// Used in FacebookLoginActivity.
Expand Down
2 changes: 1 addition & 1 deletion database/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
// Firebase Authentication (Kotlin)
implementation 'com.google.firebase:firebase-auth-ktx:19.3.2'

implementation 'com.firebaseui:firebase-ui-database:6.2.1'
implementation 'com.firebaseui:firebase-ui-database:6.3.0'

// 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
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
implementation 'com.google.android.gms:play-services-auth:18.1.0'

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

// Support Libs
implementation 'androidx.appcompat:appcompat:1.1.0'
Expand Down
2 changes: 1 addition & 1 deletion functions/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {

implementation 'com.google.firebase:firebase-messaging:20.2.4'

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

testImplementation 'junit:junit:4.13'
Expand Down

0 comments on commit ca7d217

Please sign in to comment.