krschultz / android-proguard-snippets

Proguard configurations for common Android libraries
http://www.kevinrschultz.com/blog/2014/02/15/proguard-with-gradle/
Apache License 2.0
4.59k stars 598 forks source link

Updated Eventbus rules #109

Closed yucombinator closed 8 years ago

yucombinator commented 8 years ago

The new version of eventbus introduces some breaking changes in the API, and thus some new rules are now needed

krschultz commented 8 years ago

Can we put this in a separate file?

Jawnnypoo commented 8 years ago

Nice, @icechen1 just what I needed. And yes, I would agree that this should be under eventbus 3.0, like what is done with Retrofit 1.x vs 2.x

yucombinator commented 8 years ago

it's now in a different file!

krschultz commented 8 years ago

Thanks!