I have the follow object
HttpTransport t = AndroidHttp.newCompatibleTransport();
but whole AndroidHttp
class (com.google.api.client.extensions.android.http.AndroidHttp
) is marked as deprecated.
I don't know what is the class that replaces this, using newer libraries.
How could I replace this obsolete call?