diff --git a/README.md b/README.md index 5a2186aae1f52d19227decdc63b2332fb29c1577..400847abe0ed559dea5e97eb757ae603bb8ca4a0 100644 --- a/README.md +++ b/README.md @@ -43,7 +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' ```