lib/arm64-v8a/libcrypto.so #151
Closed
farzadkabiri-nrp
started this conversation in
General
Replies: 3 comments 6 replies
|
Hi, |
3 replies
|
Have you tried a Kotlin DSL format like this: (not tested) |
3 replies
|
Will be resolved with 3.1.0 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi
i'm using srtdroid-core & srtdroid-ktx & streampack & streampack-extension-srt in my POC (push to talk over cellular) app, after updated to this new versions i got this error:
2 files found with path 'lib/arm64-v8a/libcrypto.so' from inputs:
and next i used
packagingOptions {
pickFirst("lib/x86/libcrypto.so")
pickFirst("lib/x86_64/libcrypto.so")
pickFirst("lib/armeabi-v7a/libcrypto.so")
pickFirst("lib/arm64-v8a/libcrypto.so")
}
bot the error is remain.
how can resolve that.
All reactions