Skip to content

Commit 788c31a

Browse files
committed
Fix: Remove duplicate Gradle section in README
1 parent e8fae1d commit 788c31a

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,6 @@ repositories { maven { url 'https://jitpack.io' } }
5555
dependencies { implementation 'com.github.andrestubbe:fastimage:v1.0.0' }
5656
```
5757

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-
7058
### Direct Download
7159

7260
Download JAR from [Releases](https://github.com/andrestubbe/FastImage/releases)

0 commit comments

Comments
 (0)