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 -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -