Commit c0aa9877 authored by Sagiv Ofek's avatar Sagiv Ofek Committed by Libin Lu

Specify adding location (#281)

Will save users compilation error
parent b5cbde7b
......@@ -23,7 +23,7 @@
+ classpath 'com.google.gms:google-services:3.0.0'
```
- Edit `android/app/build.gradle`:
- Edit `android/app/build.gradle`. Add at the bottom of the file:
```diff
apply plugin: "com.android.application"
+ apply plugin: 'com.google.gms.google-services'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment