My question is to develop one application in android, so meanwhile I want to create well secure code, I'm uploading APK in play store how to obfuscates my code using a Proguard, I need to obfuscate class names, libraries, id and basic functionalities in the Proguard.
Please help me to do how secure my code in a play store?
Add these lines in build.gradle file in your module app file not project file
And add these lines in proguard-rules.pro file
Please note do not forget to add external libraries in proguard rules else app will be crash and you will get NoClassDefFoundError exception