I received a security alert in my google play console about 2 applications ( games made by buildbox ) , the alert said that my application uses a version of libpng which presents a security flaw , I can't find this lib in my project , any solution please ? they gives me this link also https://support.google.com/faqs/answer/7011127
If you are on a mac/linux machine, you can run the following command in your app directory to find which or your library is using libpng:
sudo find . -type f -exec fgrep libpng {} \; -print
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With