|
|
|
|
@ -60,7 +60,8 @@ android { |
|
|
|
|
|
|
|
|
|
packagingOptions { |
|
|
|
|
resources { |
|
|
|
|
excludes += ['META-INF/beans.xml'] |
|
|
|
|
exclude 'META-INF/beans.xml' |
|
|
|
|
exclude 'META-INF/versions/9/OSGI-INF/MANIFEST.MF' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -116,7 +117,7 @@ dependencies { |
|
|
|
|
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' } |
|
|
|
|
leanbackImplementation 'androidx.leanback:leanback:1.2.0-alpha04' |
|
|
|
|
leanbackImplementation 'androidx.leanback:leanback:1.2.0-beta01' |
|
|
|
|
leanbackImplementation 'com.github.JessYanCoding:AndroidAutoSize:1.2.1' |
|
|
|
|
mobileImplementation 'androidx.biometric:biometric:1.1.0' |
|
|
|
|
mobileImplementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' |
|
|
|
|
|