You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi..
Your library works awesome..
But when I turn on proguard for release, I can't see any emoji or sticker in my release app..
I try to keep all AXEmoji class and class member buat still nothing happened..
-keep class com.aghajari.emojiview.** { *; }
-keep class com.aghajari.emojiview.R.** { *; }
-keep class com.aghajari.emojiview.adapters.** { *; }
-keep class com.aghajari.emojiview.view.** { *; }
-keep class com.aghajari.emojiview.emoji.** { *; }
-keep class com.aghajari.emojiview.sticker.** { *; }
-keep class com.aghajari.emojiview.listener.** { *; }
-keep class com.aghajari.emojiview.utils.** { *; }
-keep class com.aghajari.emojiview.whatsappprovider.** { *; }
-keepnames class com.aghajari.emojiview.** { *; }
-keep interface com.aghajari.emojiview.** { *; }
-keep enum com.aghajari.emojiview.** { *; }
-keepclassmembers class com.aghajari.emojiview.** {
*;
}
-keepclassmembers class com.aghajari.emojiview.view.** {
*;
}
Is there any other proguard rules we need to write?
The text was updated successfully, but these errors were encountered:
Hi..
Your library works awesome..
But when I turn on proguard for release, I can't see any emoji or sticker in my release app..
I try to keep all AXEmoji class and class member buat still nothing happened..
Is there any other proguard rules we need to write?
The text was updated successfully, but these errors were encountered: