This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -588,7 +588,7 @@ dependencies {
588588 compile "com.google.firebase:firebase-core:16.0.3"
589589
590590 // for reading google-services.json and configuration
591- compile "com.google.android.gms:play-services-base:15.0.1 "
591+ compile "com.google.android.gms:play-services-base:$googlePlayServicesVersion "
592592
593593 // Authentication
594594 ` + ( ! isPresent ( result . authentication ) || isSelected ( result . authentication ) ? `` : `//` ) + ` compile "com.google.firebase:firebase-auth:16.0.3"
Original file line number Diff line number Diff line change @@ -3423,7 +3423,7 @@ dependencies {
34233423 ` + ( isSelected ( result . facebook_auth ) ? `` : `//` ) + ` compile ("com.facebook.android:facebook-android-sdk:4.35.0"){ exclude group: 'com.google.zxing' }
34243424
34253425 // Google Sign-In Authentication
3426- ` + ( isSelected ( result . google_auth ) ? `` : `//` ) + ` compile "com.google.android.gms:play-services-auth:$googlePlayServicesVersion "
3426+ ` + ( isSelected ( result . google_auth ) ? `` : `//` ) + ` compile "com.google.android.gms:play-services-auth:16.0.0 "
34273427
34283428 // Firebase Invites
34293429 ` + ( isSelected ( result . invites ) ? `` : `//` ) + ` compile "com.google.firebase:firebase-invites:16.0.3"
You can’t perform that action at this time.
0 commit comments