Skip to content

Commit

Permalink
:)
Browse files Browse the repository at this point in the history
  • Loading branch information
gektor650 committed Oct 16, 2018
1 parent ef9f8c7 commit 3d2a134
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@
import okhttp3.Response;

public class MainActivity extends AppCompatActivity {
private static final String JSON_URL = "https://raw.githubusercontent.com/itkacher/colors.json/master/colors.json";
private static final String JSON_URL = "https://raw.githubusercontent.com/itkacher/OkHttpProfiler/master/colors.json";
private OkHttpClient mClient = new OkHttpClient.Builder().addInterceptor(
new OkHttpProfilerInterceptor()
).build();
Expand Down

0 comments on commit 3d2a134

Please sign in to comment.