We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 400537c + 004fbda commit f833d62Copy full SHA for f833d62
README.md
@@ -56,7 +56,10 @@ ArtifactId: android-async-http
56
Version: 1.4.8
57
Packaging: JAR or AAR
58
```
59
-Gradle: `com.loopj.android:android-async-http:1.4.8`
+Gradle
60
+```groovy
61
+compile 'com.loopj.android:android-async-http:1.4.8'
62
+```
63
64
**development snapshots**
65
@@ -68,7 +71,10 @@ ArtifactId: android-async-http
68
71
Version: 1.4.9-SNAPSHOT
69
72
70
73
-Gradle: `com.loopj.android:android-async-http:1.4.9-SNAPSHOT`
74
+Gradle`
75
76
+compile 'com.loopj.android:android-async-http:1.4.9-SNAPSHOT'
77
78
79
Documentation, Features and Examples
80
------------------------------------
0 commit comments