Having trouble with this security error in my pre-launch report. I believe I have done all the work required, however this error still persists. When I check the details, it shows be the obfuscated method that is causing the problem. If I try and use retrace and mapping.txt, it's not found.
What is perhaps most disturbing, is what I push a build to my internal test track with the following gradle settings changed, the error disappears.
With Error: minifyEnabled true shrinkResources true Without Error: minifyEnabled false shrinkResources false
It appears that the act of shrinking and minify INTRODUCES the error, and that my codebase is actually OK. I'm really struggling to know how to move on from here. I don't really want to publsh public builds without these build features, but I also can't release with the pre-launch issue.