diff options
author | Scott Jackson <daneren2005@gmail.com> | 2016-05-30 16:33:22 -0500 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2016-05-30 16:33:22 -0500 |
commit | 21806c87a6290e731b314ade5809424217dd4c31 (patch) | |
tree | 0f179f625a3b73e373a1e4fc0aabdd2198c9e9eb | |
parent | 3b6f5ba72e52cade383d1d0361a4974f965ae728 (diff) | |
download | dsub-21806c87a6290e731b314ade5809424217dd4c31.tar.gz dsub-21806c87a6290e731b314ade5809424217dd4c31.tar.bz2 dsub-21806c87a6290e731b314ade5809424217dd4c31.zip |
Upgrade to latest support lib
-rw-r--r-- | app/build.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle index ec714e76..584f10f3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,11 +43,11 @@ android { dependencies { compile project(':Server Proxy') compile fileTree(include: ['*.jar'], dir: 'libs') - compile 'com.android.support:support-v4:23.3.+' - compile 'com.android.support:appcompat-v7:23.3.+' - compile 'com.android.support:mediarouter-v7:23.3.+' - compile 'com.android.support:recyclerview-v7:23.3.+' - compile 'com.android.support:design:23.3.+' + compile 'com.android.support:support-v4:23.4.+' + compile 'com.android.support:appcompat-v7:23.4.+' + compile 'com.android.support:mediarouter-v7:23.4.+' + compile 'com.android.support:recyclerview-v7:23.4.+' + compile 'com.android.support:design:23.4.+' compile 'com.google.android.gms:play-services-cast:8.1.0' compile 'com.sothree.slidinguppanel:library:3.0.0' compile 'de.hdodenhof:circleimageview:1.2.1' |