Commit 82a46c72 authored by jorisdegeringel's avatar jorisdegeringel Committed by GitHub

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
parent 97dabadf
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment