This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -567,7 +567,7 @@ dependencies {
567567 compile "com.google.firebase:firebase-core:16.0.3"
568568
569569 // for reading google-services.json and configuration
570- compile "com.google.android.gms:play-services-base:$googlePlayServicesVersion "
570+ compile "com.google.android.gms:play-services-base:15.0.1 "
571571
572572 // Authentication
573573 ` + ( ! isPresent ( result . authentication ) || isSelected ( result . authentication ) ? `` : `//` ) + ` compile "com.google.firebase:firebase-auth:16.0.3"
@@ -604,7 +604,7 @@ dependencies {
604604 ` + ( isSelected ( result . facebook_auth ) ? `` : `//` ) + ` compile ("com.facebook.android:facebook-android-sdk:4.35.0"){ exclude group: 'com.google.zxing' }
605605
606606 // Google Sign-In Authentication
607- ` + ( isSelected ( result . google_auth ) ? `` : `//` ) + ` compile "com.google.android.gms:play-services-auth:$googlePlayServicesVersion "
607+ ` + ( isSelected ( result . google_auth ) ? `` : `//` ) + ` compile "com.google.android.gms:play-services-auth:16.0.0 "
608608
609609 // Firebase Invites
610610 ` + ( isSelected ( result . invites ) ? `` : `//` ) + ` compile "com.google.firebase:firebase-invites:16.0.3"
You can’t perform that action at this time.
0 commit comments