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

Commit c03893f

Browse files
Conflict with nativescript-barcodescanner #615
1 parent e6e5864 commit c03893f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

publish/scripts/installer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ dependencies {
335335
` + (isSelected(result.admob) ? `` : `//`) + ` compile "com.google.firebase:firebase-ads:$firebaseVersion"
336336
337337
// Uncomment if you need Facebook Authentication
338-
` + (isSelected(result.facebook_auth) ? `` : `//`) + ` compile ("com.facebook.android:facebook-login:4.+"){ exclude group: 'com.google.zxing' }
338+
` + (isSelected(result.facebook_auth) ? `` : `//`) + ` compile ("com.facebook.android:facebook-android-sdk:4.+"){ exclude group: 'com.google.zxing' }
339339
340340
// Uncomment if you need Google Sign-In Authentication
341341
` + (isSelected(result.google_auth) ? `` : `//`) + ` compile "com.google.android.gms:play-services-auth:$googlePlayServicesVersion"

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-plugin-firebase",
3-
"version": "5.1.3",
3+
"version": "5.1.4",
44
"description": "Fire. Base. Firebase!",
55
"main": "firebase",
66
"typings": "index.d.ts",

src/platforms/android/include.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959
// compile "com.google.firebase:firebase-ads:$firebaseVersion"
6060

6161
// Uncomment if you need Facebook Authentication
62-
// compile ("com.facebook.android:facebook-login:4.+"){ exclude group: 'com.google.zxing' }
62+
// compile ("com.facebook.android:facebook-android-sdk:4.+"){ exclude group: 'com.google.zxing' }
6363

6464
// Uncomment if you need Google Sign-In Authentication
6565
// compile "com.google.android.gms:play-services-auth:$googlePlayServicesVersion"

src/scripts/postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3133,7 +3133,7 @@ dependencies {
31333133
` + (isSelected(result.admob) ? `` : `//`) + ` compile "com.google.firebase:firebase-ads:$firebaseVersion"
31343134
31353135
// Uncomment if you need Facebook Authentication
3136-
` + (isSelected(result.facebook_auth) ? `` : `//`) + ` compile ("com.facebook.android:facebook-login:4.+"){ exclude group: 'com.google.zxing' }
3136+
` + (isSelected(result.facebook_auth) ? `` : `//`) + ` compile ("com.facebook.android:facebook-android-sdk:4.+"){ exclude group: 'com.google.zxing' }
31373137
31383138
// Uncomment if you need Google Sign-In Authentication
31393139
` + (isSelected(result.google_auth) ? `` : `//`) + ` compile "com.google.android.gms:play-services-auth:$googlePlayServicesVersion"

0 commit comments

Comments
 (0)