Fast Question. How I can prevent proguard to obfus...
# android
f
Fast Question. How I can prevent proguard to obfuscate an object name? Im trying it with
-keep class qualifiedClassname
but it never works
m
You need to specify fully qualified classname, eg,
-keep class com.my.package.qualifiedClassName