Skip to content

Commit

Permalink
Auto-update dependencies. (firebase#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot authored Dec 2, 2020
1 parent a2226af commit e99f9d5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion auth/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {

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

// 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 @@ -51,7 +51,7 @@ dependencies {
// Firebase Authentication (Kotlin)
implementation 'com.google.firebase:firebase-auth-ktx'

implementation 'com.firebaseui:firebase-ui-database:7.1.0'
implementation 'com.firebaseui:firebase-ui-database:7.1.1'

// Needed to fix a dependency conflict with FirebaseUI'
implementation 'androidx.arch.core:core-runtime:2.1.0'
Expand Down
4 changes: 2 additions & 2 deletions firestore/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
implementation 'com.google.android.gms:play-services-auth:19.0.0'

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

// Support Libs
implementation 'androidx.appcompat:appcompat:1.2.0'
Expand All @@ -67,7 +67,7 @@ dependencies {
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.browser:browser:1.0.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.media:media:1.2.0'
implementation 'androidx.media:media:1.2.1'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.multidex:multidex:2.0.1'

Expand Down
2 changes: 1 addition & 1 deletion functions/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
implementation 'com.google.firebase:firebase-messaging'

// Firebase UI
implementation 'com.firebaseui:firebase-ui-auth:7.1.0'
implementation 'com.firebaseui:firebase-ui-auth:7.1.1'

// Google Play services
implementation 'com.google.android.gms:play-services-auth:19.0.0'
Expand Down
2 changes: 1 addition & 1 deletion mlkit/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation 'androidx.camera:camera-core:1.0.0-beta08'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.media:media:1.2.0'
implementation 'androidx.media:media:1.2.1'
implementation 'com.google.android.material:material:1.2.1'

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
Expand Down

0 comments on commit e99f9d5

Please sign in to comment.