Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PROGUARD Rules needed to activate AXEmojiView #42

Open
brilliantLight99 opened this issue Apr 23, 2024 · 0 comments
Open

PROGUARD Rules needed to activate AXEmojiView #42

brilliantLight99 opened this issue Apr 23, 2024 · 0 comments

Comments

@brilliantLight99
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant