update appcompat and design to 23.4.0

This commit is contained in:
tibbi 2016-06-13 17:27:08 +02:00
parent ff40ea8a92
commit 4395eb8c0f
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:design:23.3.0'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:design:23.4.0'
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.5.0'
compile 'com.jakewharton:butterknife:8.0.1'