Open gadregit opened 3 years ago
Hi @gadregit , I am facing the same issue, have you found the solution for this issue?
Looks like this library has a depedency on PDFium, which hasn't been updated in a few years.
Looks like this library has a depedency on PDFium, which hasn't been updated in a few years.
Yes, do you have any work around for this issue?
Hi @barteksc,
We are using the latest stable version 2.8.2. We are facing some security threats as mentioned by others also. Please update the version of libpng being used in PDFium to 1.6.39 or greater.
Try Adding jcenter() in repositories. because this lib is not moved to mavenCentral() and jcenter() depetrecated in android studio.
repositories { jcenter() }
When I am trying to run the app via Android Studio 4.1 its throwing me a security error: Outdated "libpng" Library Contains Known Security Flaw
When I try to run the app this is what is being printed in console window. Unable to strip the following libraries, packaging them as they are: libjniPdfium.so, libjniPdfium.so, libmodft2.so, libmodft2.so, libmodpdfium.so, libmodpdfium.so, libmodpng.so, libmodpng.so.
In what update will we have secured libpng version. Thanks.