From 4505ab3e916526acc09f3ec0574667a50e36887d Mon Sep 17 00:00:00 2001 From: Aakash N S Date: Mon, 2 Nov 2015 02:35:17 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 597cdac..8bf12bf 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ In `android/settings.gradle`, remove the line `include ':app'` and add the follo include ':app', ':react-native-dialogs' project(':react-native-dialogs').projectDir = file('../node_modules/react-native-dialogs/android') ``` -**NOTE** : If you have included other libraries in your project, the `include` line will contain the other dependencies too, apart from `':app'` and `':react-native-dialogs'` +**NOTE** : If you have included other libraries in your project, the `include` line will contain the other dependencies too. In `android/app/build.gradle`, add a dependency to `':react-native-dialogs'` and URL of the Jitpack maven repository (to download the library https://github.com/afollestad/material-dialogs) : ```