Luolc / EmojiRain

Implement a simple and funny Android animation —— the emoji rain in WeChat app.
Apache License 2.0
615 stars 97 forks source link

App Crashes in release build #11

Open shahzeb8285 opened 6 years ago

shahzeb8285 commented 6 years ago

Hii there I am using this wonderful library in several projects. But there is a problem that App crashes in the release build. please help in applying proguard rules of this library

dhruvbhatia7 commented 5 years ago

I'm facing the same issue, please fix it so we can use this library.

I added the proguard rule -dontwarn java.lang.invoke.* which seemed to work as far as proguard was concerned, but overall the app was crashing due to this library

Luolc commented 5 years ago

@shahzi8285 @dhruvbhatia7 Sorry for the late reply. I've been absent from Android developing for a long time and this is also a legacy project. Do you have any specific solutions? PRs are welcome as I am too busy to learn relevant skills again. :(

varundwarkani commented 3 years ago

@Luolc Hi, I found a fix for this. I am unable to push code due to 403.

https://gist.github.com/kosiara/487868792fbd3214f9c9 These rules work!

UdulaDamsara commented 1 year ago

Thanks a lot, it's worked