Skip to content

Commit 54909c0

Browse files
committed
Deprecation of version property
1 parent 29a62c1 commit 54909c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/src/com/loopj/android/http/AsyncHttpClient.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191
* </pre>
9292
*/
9393
public class AsyncHttpClient {
94-
private static final String VERSION = "1.4.3";
94+
// This property won't be available soon, don't use it
95+
@Deprecated private static final String VERSION = "1.4.4";
9596

9697
private static final int DEFAULT_MAX_CONNECTIONS = 10;
9798
private static final int DEFAULT_SOCKET_TIMEOUT = 10 * 1000;

0 commit comments

Comments
 (0)