From c832dae96d7b4d3698a7b4b62980bd7b0372c54b Mon Sep 17 00:00:00 2001 From: Akshay Sharma Date: Sun, 4 Aug 2024 22:39:22 +0530 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da07074..75415da 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ set configuration as mode = Mode.All //Option to select only pictures or videos or both flash = Flash.Auto //Option to select flash type preSelectedUrls = ArrayList() //Pre selected Image Urls + videoOptions : VideoOptions //Video configurations } ``` @@ -112,20 +113,20 @@ include in app level build.gradle } ``` ```groovy - implementation 'io.ak1.pix:piximagepicker:1.6.3' + implementation 'io.ak1.pix:piximagepicker:1.6.5' ``` or Maven: ```xml io.ak1.pix piximagepicker - 1.6.3 + 1.6.5 pom ``` or ivy: ```xml - + ```