aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYurii <laguta.yurii@gmail.com>2014-10-09 12:03:29 +1100
committerYurii <laguta.yurii@gmail.com>2014-10-09 12:03:29 +1100
commitf662a69a1c861a9bfe7ba2aef0f604ba88dffebd (patch)
treeda191e215a04223991bd27e01edadc559d7d9c41 /README.md
parent5530bb8f466edbbe3f527cbc2c3b5ec30098f598 (diff)
downloadAndroidAsync-f662a69a1c861a9bfe7ba2aef0f604ba88dffebd.tar.gz
AndroidAsync-f662a69a1c861a9bfe7ba2aef0f604ba88dffebd.tar.bz2
AndroidAsync-f662a69a1c861a9bfe7ba2aef0f604ba88dffebd.zip
Update README.md with gradle dependency
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9fed2d4..a57940e 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,13 @@ Download [the latest JAR](http://repository.sonatype.org/service/local/artifact/
</dependency>
```
+Gradle:
+```groovy
+dependencies {
+ compile 'com.koushikdutta.androidasync:AndroidAsync:1.0.0'
+}
+```
+
### Download a url to a String
```java