I want to enable the ProGuard
for my application and in this documentation ProGuard it says that the proguard.cfg
, where I have to modify something, is automatically generated. But if I look in my project folder I only see a proguard-project.txt
file but I dont see the proguard.cfg
which I need.
How can I get this proguard.cfg? Or was I'm doing wrong?
Please guid me to this file.