diff --git a/README.md b/README.md index ecae67a..7a9eb8c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -Projectile -========== + + A convenience utility for interfacing with volley and submitting requests. **Projectile** is a simple to use request builder with a focus on easy configuration. Take a look below for some quick examples on how to get started. Current version: **1.0.x** @@ -88,3 +88,18 @@ public class SampleConfigureActivity extends Activity { | `backoffMultiplier(float multiplier)` | backoff multiplier to apply to socket timeout per retry| | `tag(Object tag)` | tag to set on the request for use in cancelling | | `shouldCache(boolean cacheRequest)` | determines whether or not the request should be cached | + +Download +-------- +Maven: +```xml + + org.nicktate + projectile + (insert latest version) + +``` +or Gradle: +```groovy +compile 'org.nicktate:projectile:(insert latest version)' +``` diff --git a/images/projectile.png b/images/projectile.png new file mode 100644 index 0000000..517a7fd Binary files /dev/null and b/images/projectile.png differ