Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zetbaitsu committed Mar 22, 2021
1 parent 9b3ea26 commit 70c7eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Compressor is a lightweight and powerful android image compression library. Comp
# Gradle
```groovy
dependencies {
implementation 'id.zelory:compressor:3.0.0'
implementation 'id.zelory:compressor:3.0.1'
}
```
# Let's compress the image size!
Expand Down
2 changes: 1 addition & 1 deletion README_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Compressor is a lightweight and powerful android image compression library. Comp
# Gradle
```groovy
dependencies {
implementation 'id.zelory:compressor:2.1.0'
implementation 'id.zelory:compressor:2.1.1'
}
```
# Let's compress the image size!
Expand Down

0 comments on commit 70c7eac

Please sign in to comment.