aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2016-01-04 22:19:12 -0800
committerScott Jackson <daneren2005@gmail.com>2016-01-04 22:19:12 -0800
commit766cf1eadfcaf623daec536c53529b9d6c6a6227 (patch)
treebbd72dee843f17e772f2b150062573df0f76b448 /app/build.gradle
parent4ea1ed884ceeb73fae6dc5ab5fb3a1e19804f5db (diff)
downloaddsub-766cf1eadfcaf623daec536c53529b9d6c6a6227.tar.gz
dsub-766cf1eadfcaf623daec536c53529b9d6c6a6227.tar.bz2
dsub-766cf1eadfcaf623daec536c53529b9d6c6a6227.zip
Cling DLNA: Update to 2.1.0
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 12cd09fa..b5d4b900 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -42,8 +42,8 @@ dependencies {
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'
- compile group: 'org.fourthline.cling', name: 'cling-core', version:'2.0.1'
- compile group: 'org.fourthline.cling', name: 'cling-support', version:'2.0.1'
+ compile group: 'org.fourthline.cling', name: 'cling-core', version:'2.1.0'
+ compile group: 'org.fourthline.cling', name: 'cling-support', version:'2.1.0'
compile group: 'org.eclipse.jetty', name: 'jetty-server', version:'8.1.16.v20140903'
compile group: 'org.eclipse.jetty', name: 'jetty-servlet', version:'8.1.16.v20140903'
compile group: 'org.eclipse.jetty', name: 'jetty-client', version:'8.1.16.v20140903'