aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-06-08 17:55:06 -0700
committerScott Jackson <daneren2005@gmail.com>2015-06-08 17:55:06 -0700
commitf47da3c25f2ee0d4f74392a0a7e4a570cc121516 (patch)
treeb6087d0230dacff6d46e38d79019c81c30cf157a /app/build.gradle
parent6f218cf51b27e24012335a27e806e3a24cc52c75 (diff)
downloaddsub-f47da3c25f2ee0d4f74392a0a7e4a570cc121516.tar.gz
dsub-f47da3c25f2ee0d4f74392a0a7e4a570cc121516.tar.bz2
dsub-f47da3c25f2ee0d4f74392a0a7e4a570cc121516.zip
#232 Switch NowPlayingFragment to RecyclerView, add swipe to remove and better drag + drop support
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 1e2a6fe1..cdc1152b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -26,13 +26,13 @@ android {
}
dependencies {
- compile project(':DragSort ListView')
compile project(':Server Proxy')
compile fileTree(include: ['*.jar'], dir: 'libs')
- compile 'com.android.support:support-v4:22.1.1'
- compile 'com.android.support:appcompat-v7:22.1.1'
- compile 'com.android.support:mediarouter-v7:22.1.1'
- compile 'com.android.support:recyclerview-v7:22.1.1'
+ compile 'com.android.support:support-v4:22.2.+'
+ compile 'com.android.support:appcompat-v7:22.2.+'
+ compile 'com.android.support:mediarouter-v7:22.2.+'
+ compile 'com.android.support:recyclerview-v7:22.2.+'
+ compile 'com.android.support:design:22.2.+'
compile 'com.google.android.gms:play-services-cast:7.0.0'
compile 'com.sothree.slidinguppanel:library:3.0.0'
compile 'de.hdodenhof:circleimageview:1.2.1'