Skip to content

Commit

Permalink
Updated the library version to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tourenathan-G5organisation committed Jan 19, 2020
1 parent f2994ab commit 12da3bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 12da3bf

Please sign in to comment.