Skip to content

Commit

Permalink
temporary patch for android-L for Okio packaging problem (see https:/…
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielemariotti committed Aug 29, 2014
1 parent 00f75fa commit fd59b59
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions demo/extras/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ dependencies {
compile 'com.android.support:support-v4:20.0.0'

//OkHttp
compile 'com.squareup.okhttp:okhttp:2.0.0'
compile 'com.squareup.okhttp:okhttp-urlconnection:2.0.0'
//temporary patch for android-L for Okio packaging problem (see https://gist.github.com/JakeWharton/017738659d4f38adedc2)
compile fileTree(dir: 'libs', include: 'repackaged-*.jar')
//compile 'com.squareup.okhttp:okhttp:2.0.0'
//compile 'com.squareup.okhttp:okhttp-urlconnection:2.0.0'
//Picasso
compile 'com.squareup.picasso:picasso:2.3.3'

Expand Down
Binary file added demo/extras/libs/repackaged-okhttp-2.0.0.jar
Binary file not shown.
Binary file not shown.
Binary file added demo/extras/libs/repackaged-okio-1.0.1.jar
Binary file not shown.

0 comments on commit fd59b59

Please sign in to comment.