diff --git a/README.md b/README.md index c7c43e00f751d3dab7c34ebb9f119472188c6166..5a2186aae1f52d19227decdc63b2332fb29c1577 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' ```