Skip to content

Commit

Permalink
Update Picasso and OkHttp, and begin preparing for Retrofit 2.0 and O…
Browse files Browse the repository at this point in the history
…kHttp 3.0
  • Loading branch information
MizzleDK committed Feb 6, 2016
1 parent cc74ebe commit e3191a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ dependencies {
compile 'com.android.support:palette-v7:21.0.3'
compile 'com.android.support:recyclerview-v7:21.0.3'
compile 'com.android.support:cardview-v7:21.0.0'
compile 'com.squareup.picasso:picasso:2.3.4'
compile 'com.squareup.okhttp:okhttp:2.2.0'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.squareup.okhttp:okhttp:2.7.2'
compile 'com.squareup.okhttp:okhttp-urlconnection:2.2.0'
compile 'com.squareup.retrofit2:retrofit:2.0.0-beta4'
compile 'com.squareup.okhttp3:okhttp:3.0.1'
compile 'com.squareup.okio:okio:1.2.0'
compile 'com.squareup:otto:1.3.4'
compile 'com.melnykov:floatingactionbutton:1.1.0'
Expand Down

0 comments on commit e3191a0

Please sign in to comment.