cp-rf

Results 1 comments of cp-rf

After adding chuck plugin to your build.gradle. Go to your MainApplication.java's onCreate or Constructor and add following line : OkHttpClientProvider.setOkHttpClientFactory(new CustomNetworkModule(this)); Also create following class, either in separate file or...