How To Update Libpng In An Android Project?
Today all my games and my friends games received new alert from Google Play: Your app is using a version of libpng containing a security vulnerability. Please see this Google Help
Solution 1:
If you are using libpng
directly — meaning that you added it yourself to your project — then use a newer one.
If not, then some other library or framework that you added to your project is using libpng
. Find out which one has it, then see if they have a new version that addresses the issue.
Post a Comment for "How To Update Libpng In An Android Project?"