Skip to content

Commit f833d62

Browse files
committed
Merge pull request android-async-http#908 from alashow/patch-1
Update README.md
2 parents 400537c + 004fbda commit f833d62

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ ArtifactId: android-async-http
5656
Version: 1.4.8
5757
Packaging: JAR or AAR
5858
```
59-
Gradle: `com.loopj.android:android-async-http:1.4.8`
59+
Gradle
60+
```groovy
61+
compile 'com.loopj.android:android-async-http:1.4.8'
62+
```
6063

6164
**development snapshots**
6265

@@ -68,7 +71,10 @@ ArtifactId: android-async-http
6871
Version: 1.4.9-SNAPSHOT
6972
Packaging: JAR or AAR
7073
```
71-
Gradle: `com.loopj.android:android-async-http:1.4.9-SNAPSHOT`
74+
Gradle`
75+
```groovy
76+
compile 'com.loopj.android:android-async-http:1.4.9-SNAPSHOT'
77+
```
7278

7379
Documentation, Features and Examples
7480
------------------------------------

0 commit comments

Comments
 (0)