|
|
|
|
@ -63,12 +63,6 @@ android { |
|
|
|
|
exclude 'META-INF/beans.xml' |
|
|
|
|
exclude 'META-INF/versions/9/OSGI-INF/MANIFEST.MF' |
|
|
|
|
} |
|
|
|
|
pickFirsts.addAll([ |
|
|
|
|
"lib/x86/libc++_shared.so", |
|
|
|
|
"lib/x86_64/libc++_shared.so", |
|
|
|
|
"lib/arm64-v8a/libc++_shared.so", |
|
|
|
|
"lib/armeabi-v7a/libc++_shared.so" |
|
|
|
|
]) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
android.applicationVariants.configureEach { variant -> |
|
|
|
|
@ -115,8 +109,6 @@ dependencies { |
|
|
|
|
implementation 'com.guolindev.permissionx:permissionx:1.8.0' |
|
|
|
|
implementation 'com.hierynomus:smbj:0.14.0' |
|
|
|
|
implementation 'io.antmedia:rtmp-client:3.2.0' |
|
|
|
|
implementation 'io.github.peerless2012:ass:0.2.0' |
|
|
|
|
implementation 'io.github.peerless2012:ass-kt:0.2.0' |
|
|
|
|
implementation('io.github.peerless2012:ass-media:0.2.0') { exclude group: 'androidx.media3' } |
|
|
|
|
implementation 'javax.servlet:javax.servlet-api:3.1.0' |
|
|
|
|
implementation 'org.eclipse.jetty:jetty-client:8.1.21.v20160908' |
|
|
|
|
|