diff --git a/README.md b/README.md index 9fed2d42ebc6ab39fa9f6e6047f74ac0855e2c6e..a57940ec456f5ae1fbd2ce5ab4b90df062672bf1 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