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

Commit c4ceef0

Browse files
author
Shay Ben David
committed
update installer script
1 parent 24ea18c commit c4ceef0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/installer.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@ dependencies {
269269
compile "com.google.firebase:firebase-database:10.2.+"
270270
compile "com.google.firebase:firebase-auth:10.2.+"
271271
272+
// for converting Java objects to JS
273+
compile "com.google.code.gson:gson:2.8.+"
274+
272275
// for reading google-services.json and configuration
273276
def googlePlayServicesVersion = project.hasProperty('googlePlayServicesVersion') ? project.googlePlayServicesVersion : '10.2.+'
274277
compile "com.google.android.gms:play-services-base:$googlePlayServicesVersion"

0 commit comments

Comments
 (0)