Skip to content

Instantly share code, notes, and snippets.

@blazmag
Created August 12, 2014 15:20
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save blazmag/c661b6e1ebeb210b4e79 to your computer and use it in GitHub Desktop.
Save blazmag/c661b6e1ebeb210b4e79 to your computer and use it in GitHub Desktop.
Repackaged okHttp, okHttpurlconnection and Okio so they can be used with Android L preview build LVP79

The versions used for repackaging are:

okhttp-2.0.0.jar
okhttp-urlconnection-2.0.0.jar
okio-1.0.1.jar

Don't forget to change your proguard file from:

-dontwarn okio.**
to
-dontwarn com.squareup.okio.**

You can download the repackaged libraries here: OKHttp OKHttpUrlconnection Okio

credits to Jake Wharton for the repackage script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment