1 parent e8fae1d commit 788c31aCopy full SHA for 788c31a
1 file changed
README.md
@@ -55,18 +55,6 @@ repositories { maven { url 'https://jitpack.io' } }
55
dependencies { implementation 'com.github.andrestubbe:fastimage:v1.0.0' }
56
```
57
58
-### Gradle (via JitPack)
59
-
60
-```groovy
61
-repositories {
62
- maven { url 'https://jitpack.io' }
63
-}
64
65
-dependencies {
66
- implementation 'com.github.andrestubbe:fastimage:v1.0.0'
67
68
-```
69
70
### Direct Download
71
72
Download JAR from [Releases](https://github.com/andrestubbe/FastImage/releases)
0 commit comments