From 3306dce75795b6ced383ff2318474e3bc52e5218 Mon Sep 17 00:00:00 2001 From: Sachin Dahal <56621935+sachin-dahal@users.noreply.github.com> Date: Thu, 19 Aug 2021 12:43:35 +0545 Subject: [PATCH] docs: dependency version update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4756382..4f3a579 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ To use this plugin, add `flutter_contact` as a [dependency in your `pubspec.yaml For example: ```yaml dependencies: - flutter_contact: ^0.6.1 + flutter_contact: ^0.9.1+7 ``` ## Permissions ### Android -Add the following permissions to your AndroidManifest.xml: +Add the following permissions to your `AndroidManifest.xml`: ```xml