Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit f69cd92

Browse files
googlePlayServicesVersion bugfix [with temporary solution] #908 (partly reverted)
1 parent b2326ca commit f69cd92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

publish/scripts/installer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

src/scripts/postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)