Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated the library version.
This version(2.2.2) solves the conflicting FileProvider issue when two app of the same device use this library
  • Loading branch information
Tourenathan-G5organisation authored Jun 14, 2019
1 parent e05dac6 commit 7f359f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ Download
--------
#### Gradle
```groovy
implementation 'com.iceteck.silicompressorr:silicompressor:2.2.1'
implementation 'com.iceteck.silicompressorr:silicompressor:2.2.2'
```

##### Maven
```xml
<dependency>
<groupId>com.iceteck.silicompressorr</groupId>
<artifactId>silicompressor</artifactId>
<version>2.2.1</version>
<version>2.2.2</version>
<type>aar</type>
</dependency>
```
Expand Down

0 comments on commit 7f359f3

Please sign in to comment.