|
|
|
|
@ -76,10 +76,6 @@ android { |
|
|
|
|
configurations.configureEach { |
|
|
|
|
resolutionStrategy { |
|
|
|
|
force 'com.squareup.okhttp3:okhttp:' + okhttpVersion |
|
|
|
|
force 'org.seamless:seamless-swing:1.1.1' |
|
|
|
|
force 'org.seamless:seamless-http:1.1.1' |
|
|
|
|
force 'org.seamless:seamless-util:1.1.1' |
|
|
|
|
force 'org.seamless:seamless-xml:1.1.1' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -133,11 +129,11 @@ dependencies { |
|
|
|
|
implementation 'com.guolindev.permissionx:permissionx:1.7.1' |
|
|
|
|
implementation 'com.hierynomus:smbj:0.11.5' |
|
|
|
|
implementation 'org.chromium.net:cronet-embedded:76.3809.111' |
|
|
|
|
implementation 'org.eclipse.jetty:jetty-server:8.1.22.v20160922' |
|
|
|
|
implementation 'org.eclipse.jetty:jetty-servlet:8.1.22.v20160922' |
|
|
|
|
implementation 'org.eclipse.jetty:jetty-client:8.1.22.v20160922' |
|
|
|
|
implementation 'org.fourthline.cling:cling-core:2.1.2' |
|
|
|
|
implementation 'org.fourthline.cling:cling-support:2.1.2' |
|
|
|
|
implementation 'org.eclipse.jetty:jetty-client:8.1.21.v20160908' |
|
|
|
|
implementation 'org.eclipse.jetty:jetty-server:8.1.21.v20160908' |
|
|
|
|
implementation 'org.eclipse.jetty:jetty-servlet:8.1.21.v20160908' |
|
|
|
|
implementation 'org.fourthline.cling:cling-core:2.1.1' |
|
|
|
|
implementation 'org.fourthline.cling:cling-support:2.1.1' |
|
|
|
|
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', group: 'fongmi', version: 'release') |
|
|
|
|
|