Shian
Shian
> We're being hit by this from security audits too. Did anyone find the best way to update this? It's ultimately from a chain of dependencies. > > 'react-native-pdf' depends...
@wonday, any update on this issue?
I also has the same issue, does commenting out `includeGroup "com.github.TalbotGooday"` will revert AndroidPdfViewer back to https://github.com/barteksc/AndroidPdfViewer?
The issue is that, the version of gradle I am using is 3.2, which doesn't have content method, the solution is to upgrade gradle to 5.1 or greater.
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](https://github.com/barteksc/PdfiumAndroid/releases), which hasn't been updated in a few years. Yes, do you have any work around for this issue?
> Hi @barteksc Please update the version of libpng being used in PDFium to 1.6.32 or greater. > > Currently libpng which [PDFium](https://github.com/barteksc/PdfiumAndroid/releases) uses contains a security vulnerability disclosed in...
@TalbotGooday Thanks for the reply. Based on this discussions https://github.com/barteksc/AndroidPdfViewer/issues/1023, I realized that it is `PDFium` uses `libpng` library. And `AndroidPdfViewer` use `PDFium` for decoding PDF files. I cloned your...