From 12da3bff10293afd06908a2fee6d03c896003780 Mon Sep 17 00:00:00 2001 From: Toure Nathan Date: Mon, 20 Jan 2020 02:10:22 +0300 Subject: [PATCH] Updated the library version to 2.2.3 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 009511a..df34836 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ To effectively use this library, you must make sure you have added the following ```java String filePath = SiliCompressor.with(Context).compressVideo(videoPath, destinationDirectory); ``` +```java +String filePath = SiliCompressor.with(Context).compressVideo(videoContentUri, destinationDirectory); +``` #### Compress an image and return the file path of the new image ```java String filePath = SiliCompressor.with(Context).compress(imagePath, destinationDirectory);