diff --git a/README.md b/README.md index 7b653edb4dc4153f0b1720933cfd7047cdb79c35..790c027eb8a9d197dc638e4c0261cc46a21c85c3 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ classpath 'com.google.gms:google-services:3.0.0' // <- Add this line - In `android/app/build.gradle` ```gradle 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`