android - How to exclude this particuar class from ProGuard obfuscation -


i want exclude class being obfuscated proguard

- com.example.myapp.thisparticularclass.java 

how can that?

i looked other answers packages, or class members or using gson annotations

ps: , if thisparticularclass extends class, should keep parent class obfuscation well?

use such statement:

-keep class com.example.myapp.thisparticularclass 

or:

-keep public class * extends com.example.myapp.thisparticularclass 

Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

c# SetCompatibleTextRenderingDefault must be called before the first -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -