From 82a46c72c731c1ddb05c9fab2da3fe768c2b6fd4 Mon Sep 17 00:00:00 2001 From: jorisdegeringel Date: Fri, 28 Apr 2017 13:38:49 +0200 Subject: [PATCH] Update READ.ME with correct diff for dependencies When I first configured react-native-fcm I missed the compile project(':react-native-fcm') line because it's not stated as change in the diff viewer. corrected this --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 288d34d..c2a6092 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ - Edit `{YOUR_MAIN_PROJECT}/app/build.gradle`: ```diff dependencies { - compile project(':react-native-fcm') ++ compile project(':react-native-fcm') + compile 'com.google.firebase:firebase-core:10.0.1' //this decides your firebase SDK version compile fileTree(dir: "libs", include: ["*.jar"]) compile "com.android.support:appcompat-v7:23.0.1" -- 2.26.2