diff --git a/README.md b/README.md index 0fbfe381df5ce409d6892b54fbcdd97324fda2f6..be8202508854e49d9730d02671cc0a41ea145091 100644 --- a/README.md +++ b/README.md @@ -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'