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 - + ```