Hello, newbie here,
I want to obfuscate class in Android build, i’ve been searching in internet the whole day, all i found is just turn on minifyEnabled
flag di build.gradle
to true. But when i activate it, the all plugins i use in my application cannot be load.
Is there any suggestion?