From d117a56fd4d8a44d32156153b23a8c7aed78dbcd Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Fri, 18 Oct 2013 15:52:38 +0200 Subject: [PATCH] Updated readme. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 59405de..3232646 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ A DLNA/UPNP control point for Android. -Supports playback of audio and media files from any UPNP media server to any UPNP media renderer. +It supports playback of audio and media files from any UPNP media server to any UPNP media renderer. Additionally, playing from or to other apps via the MediaRouter API is also supported. -Works on Android 2.2 (Gingerbread) and higher. +The app requires Android 2.2 (Gingerbread) and higher. [Download](http://f-droid.org/repository/browse/?fdid=com.github.nutomic.controldlna) @@ -12,9 +12,9 @@ Note about permissions: All permissions are required for UPNP. The app does not ## Building -Android Support Library, [ActionBarSherlock](http://actionbarsherlock.com/) and [Cling](http://4thline.org/projects/cling/) are required for building. +Android Support Library and [Cling](http://4thline.org/projects/cling/) are required for building. -Binaries for Support Library and Cling are included in the libs folder. +Binaries for Cling are included in the libs folder. ## License