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.
1 parent 29a62c1 commit 54909c0Copy full SHA for 54909c0
library/src/com/loopj/android/http/AsyncHttpClient.java
@@ -91,7 +91,8 @@
91
* </pre>
92
*/
93
public class AsyncHttpClient {
94
- private static final String VERSION = "1.4.3";
+ // This property won't be available soon, don't use it
95
+ @Deprecated private static final String VERSION = "1.4.4";
96
97
private static final int DEFAULT_MAX_CONNECTIONS = 10;
98
private static final int DEFAULT_SOCKET_TIMEOUT = 10 * 1000;
0 commit comments