Found the solution:
OkHttpClient client = new OkHttpClient.Builder().proxy(proxyTest).build();
If we use the builder to input the proxy, it will work like a charm =D
Found the solution:
OkHttpClient client = new OkHttpClient.Builder().proxy(proxyTest).build();
If we use the builder to input the proxy, it will work like a charm =D