Skip to content

Commit 31d924e

Browse files
authored
Merge pull request #104 from paolorotolo/patch-1
Remove deprecated gradle 'compile'
2 parents d698334 + 279b57d commit 31d924e

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)