I want to generate an APK with only one class obfuscated, that contains a time-bomb for a demo application. I've seen that exists a ProGuard integrated into Android Studio, but the code is easily reversable with mapping.txt.
The question is: it's a good idea to generate apk and, at the same time, removing the mapping.txt from it? Just to avoid deobfuscation.
Not shipping the mapping file is the right solution. It's almost always not a good idea to ship your mapping file to the users.