Skip to content

Commit 79ed2fe

Browse files
authored
Deprecate AndroidHttp compatibility shim (#541)
1 parent 455d4a5 commit 79ed2fe

File tree

1 file changed

+3
-0
lines changed
  • google-http-client-android/src/main/java/com/google/api/client/extensions/android/http

1 file changed

+3
-0
lines changed

google-http-client-android/src/main/java/com/google/api/client/extensions/android/http/AndroidHttp.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@
2828
*
2929
* @since 1.11
3030
* @author Yaniv Inbar
31+
* @deprecated Gingerbread is no longer supported by Google Play Services. Please use
32+
* {@link NetHttpTransport} directly or switch to Cronet which is better supported.
3133
*/
3234
@Beta
35+
@Deprecated
3336
public class AndroidHttp {
3437

3538
/**

0 commit comments

Comments
 (0)