Android Libpng Security Vulnerability
I have submitted my release apk to the Google Play console, however it was rejected due to a libpng security vulnerability. I have a couple of libraries I use in my app. How do I k
Solution 1:
Use strings <youlibrary>.so | grep png
. If you see output full of png_set_*
, png_write_*
, png_image_*
- that library uses libpng.
Post a Comment for "Android Libpng Security Vulnerability"