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

Commit 24ea18c

Browse files
author
Shay Ben David
committed
add missing gradle file
1 parent e5ec526 commit 24ea18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/android/include.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
compile "com.google.firebase:firebase-auth:10.2.+"
2020

2121
// for converting Java objects to JS
22-
compile 'com.google.code.gson:gson:2.8.+'
22+
compile "com.google.code.gson:gson:2.8.+"
2323

2424
// for reading google-services.json and configuration
2525
def googlePlayServicesVersion = project.hasProperty('googlePlayServicesVersion') ? project.googlePlayServicesVersion : '10.2.+'

0 commit comments

Comments
 (0)