In Google Play Store am getting warning below like this,
Your app contains one or more libraries with known security issues. Please see this Google Help Center artic
(*) but I am not sure how Google finds the jquery file in apk has vulnerability and been patched...needs to test(**)
2/1/2020 updated: use above method 2 patched file can't avoid the Google alert checking. Removes the first comment line
/*! jQuery v2.2.4 | (c) jQuery Foundation | jquery.org/license */
inside the jquery-2.2.4.min.js (and I also rename to jquery-patched.2.2.4.min.js) seems worked in my new release. (and this worked even on the unpatched file in my test, it should better make a patch)