|
|
|
|
@ -116,8 +116,8 @@ dependencies { |
|
|
|
|
implementation 'org.eclipse.jetty:jetty-client:8.1.22.v20160922' |
|
|
|
|
implementation('org.eclipse.jetty:jetty-server:8.1.22.v20160922') { exclude group: 'org.eclipse.jetty.orbit', module: 'javax.servlet' } |
|
|
|
|
implementation('org.eclipse.jetty:jetty-servlet:8.1.22.v20160922') { exclude group: 'org.eclipse.jetty.orbit', module: 'javax.servlet' } |
|
|
|
|
implementation 'org.fourthline.cling:cling-core:2.1.1' |
|
|
|
|
implementation 'org.fourthline.cling:cling-support:2.1.1' |
|
|
|
|
implementation 'org.fourthline.cling:cling-core:2.1.2-SNAPSHOT' |
|
|
|
|
implementation 'org.fourthline.cling:cling-support:2.1.2-SNAPSHOT' |
|
|
|
|
implementation 'org.greenrobot:eventbus:3.3.1' |
|
|
|
|
implementation('org.simpleframework:simple-xml:2.7.1') { exclude group: 'stax', module: 'stax-api' exclude group: 'xpp3', module: 'xpp3' } |
|
|
|
|
implementation(ext: 'aar', name: 'dlna-core-release', group: 'fongmi', version: 'release') |
|
|
|
|
|