How can I inlcude some of the packages after I excluded the parent package in proguard.cfg:
Ex:
-keep com.myapp.** { *; }
I want proguard to obfuscate com.myapp.data.** { *; }
How can I inlcude some of the packages after I excluded the parent package in proguard.cfg:
Ex:
-keep com.myapp.** { *; }
I want proguard to obfuscate com.myapp.data.** { *; }