Skip to content

Commit 70c7eac

Browse files
committed
Update readme
1 parent 9b3ea26 commit 70c7eac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Compressor is a lightweight and powerful android image compression library. Comp
99
# Gradle
1010
```groovy
1111
dependencies {
12-
implementation 'id.zelory:compressor:3.0.0'
12+
implementation 'id.zelory:compressor:3.0.1'
1313
}
1414
```
1515
# Let's compress the image size!

README_v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Compressor is a lightweight and powerful android image compression library. Comp
77
# Gradle
88
```groovy
99
dependencies {
10-
implementation 'id.zelory:compressor:2.1.0'
10+
implementation 'id.zelory:compressor:2.1.1'
1111
}
1212
```
1313
# Let's compress the image size!

0 commit comments

Comments
 (0)