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