Skip to content

Commit

Permalink
Merge pull request android-async-http#908 from alashow/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
smarek committed Jul 19, 2015
2 parents 400537c + 004fbda commit f833d62
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ ArtifactId: android-async-http
Version: 1.4.8
Packaging: JAR or AAR
```
Gradle: `com.loopj.android:android-async-http:1.4.8`
Gradle
```groovy
compile 'com.loopj.android:android-async-http:1.4.8'
```

**development snapshots**

Expand All @@ -68,7 +71,10 @@ ArtifactId: android-async-http
Version: 1.4.9-SNAPSHOT
Packaging: JAR or AAR
```
Gradle: `com.loopj.android:android-async-http:1.4.9-SNAPSHOT`
Gradle`
```groovy
compile 'com.loopj.android:android-async-http:1.4.9-SNAPSHOT'
```

Documentation, Features and Examples
------------------------------------
Expand Down

0 comments on commit f833d62

Please sign in to comment.