diff --git a/README.md b/README.md index c7c43e00f751d3dab7c34ebb9f119472188c6166..400847abe0ed559dea5e97eb757ae603bb8ca4a0 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ https://github.com/evollu/react-native-fcm/blob/master/Examples/simple-fcm-clien - 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' ```