Skip to content

Commit 1987519

Browse files
committed
Merge pull request koush#259 from Yurii-Laguta/patch-1
Update README.md with gradle dependency
2 parents 40400df + f662a69 commit 1987519

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ Download [the latest JAR](http://repository.sonatype.org/service/local/artifact/
2828
</dependency>
2929
```
3030

31+
Gradle:
32+
```groovy
33+
dependencies {
34+
compile 'com.koushikdutta.androidasync:AndroidAsync:1.0.0'
35+
}
36+
```
37+
3138
### Download a url to a String
3239

3340
```java

0 commit comments

Comments
 (0)