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

rxjava: update for version 1.1.1 #112

Open bobvanderlinden opened 8 years ago

bobvanderlinden commented 8 years ago

After upgrading rxjava to 1.1.1, the original proguard rules did not work anymore. This resulted in runtime exceptions including java.lang.NoSuchFieldException: producerIndex (more info).

I now used the proguard rules from the RxJavaProGuardRules project. I'm unsure whether the original rules are still actually needed, so I left them as-is.