Skip to content

Commit 279b57d

Browse files
author
Paolo Rotolo
authored
Remove deprecated gradle 'compile'
1 parent d698334 commit 279b57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.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-
compile 'id.zelory:compressor:2.1.0'
10+
implementation 'id.zelory:compressor:2.1.0'
1111
}
1212
```
1313
# Let's compress the image size!

0 commit comments

Comments
 (0)