Hello! I am trying to exclude some classes from an...
# android
v
Hello! I am trying to exclude some classes from an android apk. These classes are generated in the build folder. Exclude does not seem to work! Is there any sort of limitation/bug? I do not want to use proguard...
😶 4
a
Proguard
v
Is there any other way apart from proguard? Should not the exclude method work in the gradle file???
a
Proguard isn't really that difficult imo
v
I know! I am not scared about proguard. I do not want to use it for now. Should not exclude work?