From 11052bbb6f8468a2d97afb64977506f27eac206f Mon Sep 17 00:00:00 2001 From: Michael Diarmid Date: Tue, 11 Apr 2017 12:50:39 +0100 Subject: [PATCH] Update installation.android.md --- docs/installation.android.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installation.android.md b/docs/installation.android.md index 60b080ee..509bc91e 100644 --- a/docs/installation.android.md +++ b/docs/installation.android.md @@ -66,7 +66,7 @@ project(':react-native-firebase').projectDir = new File(rootProject.projectDir, If you plan on using [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging/), add the following to `android/app/src/main/AndroidManifest.xml`. Add permissions: -``` +```xml @@ -74,7 +74,7 @@ Add permissions: ``` Set app [launch mode](https://inthecheesefactory.com/blog/understand-android-activity-launchmode/en) inside application props: -``` +```xml