lib/arm64-v8a/libcrypto.so #151
farzadkabiri-nrp
started this conversation in
General
Replies: 2 comments 6 replies
-
Hi,
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Have you tried a Kotlin DSL format like this: (not tested)
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions