Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zfdang committed May 15, 2016
1 parent 1dfdb5f commit 1f8f1a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ dependencies {
// this does not support okhttp3 yet, so use our own
compile "com.facebook.fresco:imagepipeline-okhttp3:0.10.0"

compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:design:23.3.0'
compile 'com.android.support:support-v4:23.3.0'
compile 'com.android.support:recyclerview-v7:23.3.0'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:design:23.4.0'
compile 'com.android.support:support-v4:23.4.0'
compile 'com.android.support:recyclerview-v7:23.4.0'
// http://stackoverflow.com/questions/9783368/alternatives-to-preferencefragment-with-android-support-v4
// https://github.com/Gericop/Android-Support-Preference-V7-Fix
compile 'com.android.support:preference-v7:23.3.0'
compile 'com.android.support:preference-v14:23.3.0'
compile 'com.android.support:preference-v7:23.4.0'
compile 'com.android.support:preference-v14:23.4.0'
compile 'com.umeng.analytics:analytics:latest.integration'
compile 'com.squareup.okhttp3:okhttp:3.2.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.2.0'
Expand Down
13 changes: 0 additions & 13 deletions app/src/main/res/layout/fragment_post_list.xml

This file was deleted.

0 comments on commit 1f8f1a0

Please sign in to comment.