Commit 7171e235 authored by Libin Lu's avatar Libin Lu Committed by GitHub

Update README.md

parent 61f25fdf
...@@ -20,8 +20,8 @@ classpath 'com.google.gms:google-services:3.0.0' // <- Add this line ...@@ -20,8 +20,8 @@ classpath 'com.google.gms:google-services:3.0.0' // <- Add this line
- In `android/app/build.gradle` - In `android/app/build.gradle`
```gradle ```gradle
apply plugin: "com.android.application" apply plugin: "com.android.application"
apply plugin: 'com.google.gms.google-services' // <- Add this line
... ...
apply plugin: 'com.google.gms.google-services' // <- Add this line to bottom of the file
``` ```
- In `android/app/src/main/AndroidManifest.xml` - In `android/app/src/main/AndroidManifest.xml`
......
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