Remove unused dependencies
This commit is contained in:
parent
9980ff0415
commit
10c9fe0740
|
@ -40,9 +40,6 @@ dependencies {
|
|||
compile 'com.android.support:recyclerview-v7:23.4.+'
|
||||
compile 'com.android.support:design:23.4.+'
|
||||
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.1.1'
|
||||
compile group: 'org.fourthline.cling', name: 'cling-support', version:'2.1.1'
|
||||
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'
|
||||
|
|
|
@ -82,7 +82,6 @@
|
|||
<service android:name=".service.DownloadService"
|
||||
android:label="Audinaut Playback Service"/>
|
||||
|
||||
<service android:name="org.fourthline.cling.android.AndroidUpnpServiceImpl"/>
|
||||
<service android:name="net.nullsum.audinaut.service.sync.AuthenticatorService">
|
||||
<intent-filter>
|
||||
<action android:name="android.accounts.AccountAuthenticator"/>
|
||||
|
|
Loading…
Reference in New Issue