In my app level build.gradle file I have minifyEnabled = false
and so I believe the app will not be obfuscated.
When I go into play console to release the app, Play console says 'We recommend uploading a deobfuscation file so that your crashes and ANRs can be more easily analyzed and resolved'
. Is this just a warning in case I did obfuscate the application?
If I certainly do need to provide something then I am lost as I dont even see any mapping files produced when minifyEnabled is set to false.