I am building an android application and am using recaptcha and easywsdl repositories. These both repositories contain okhttp and okio jars and I get error while starting app that duplicate classes exist. However, these are not the same. If I exclude okhttp from the project (added by recaptcha repository) recaptcha doesn't have particular methods that are described in okhttp.jar added by recaptcha.
Code snippet: http://pastebin.com/fDuYUH76
Don't know how to paste it here. Formatting crashes.