Skip to content

Commit

Permalink
Update support libs
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Oct 15, 2015
1 parent bbeaa76 commit 2f8cb99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:design:23.0.1'
compile 'com.android.support:preference-v7:23.0.1'
compile 'com.android.support:customtabs:23.0.1'
compile 'com.android.support:appcompat-v7:23.1.0'
compile 'com.android.support:design:23.1.0'
compile 'com.android.support:preference-v7:23.1.0'
compile 'com.android.support:customtabs:23.1.0'

compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.github.orhanobut:hawk:1.19'
Expand Down

0 comments on commit 2f8cb99

Please sign in to comment.