android-weak-handler icon indicating copy to clipboard operation
android-weak-handler copied to clipboard

Do I need proguard this class?

Open jhwsx opened this issue 6 years ago • 1 comments

I have come across a situation: If I keep this class, everything is ok; If not, message cannot received sometimes.

jhwsx avatar Nov 15 '19 02:11 jhwsx

-keep class com.badoo.mobile.util.** { *; }

yankaitao avatar Mar 03 '23 03:03 yankaitao