From e29e226cc08c1bf5490860d86aed745cf67a7475 Mon Sep 17 00:00:00 2001 From: Mahdi Date: Mon, 23 Jan 2023 11:56:08 +0330 Subject: [PATCH] Add Camera --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a674ef6..7d4dcea 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Add it in your root build.gradle at the end of repositories: ```bash dependencies { - implementation 'com.github.mahdiasd:BottomDialogFilePicker:2.0.0' + implementation 'com.github.mahdiasd:BottomDialogFilePicker:2.0.1' } ``` ## Ho To Use @@ -118,7 +118,7 @@ Add it in your root build.gradle at the end of repositories: ``` -## Version 2.0.0 features: +## Version 2 features: - Add camera to take picture - Fix show preview bug