diff options
author | Scott Jackson <daneren2005@gmail.com> | 2016-01-04 22:19:12 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2016-01-04 22:19:12 -0800 |
commit | 766cf1eadfcaf623daec536c53529b9d6c6a6227 (patch) | |
tree | bbd72dee843f17e772f2b150062573df0f76b448 | |
parent | 4ea1ed884ceeb73fae6dc5ab5fb3a1e19804f5db (diff) | |
download | dsub-766cf1eadfcaf623daec536c53529b9d6c6a6227.tar.gz dsub-766cf1eadfcaf623daec536c53529b9d6c6a6227.tar.bz2 dsub-766cf1eadfcaf623daec536c53529b9d6c6a6227.zip |
Cling DLNA: Update to 2.1.0
-rw-r--r-- | app/build.gradle | 4 |
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' |