aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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