stephanenicolas / robospice

Repo of the Open Source Android library : RoboSpice. RoboSpice is a modular android library that makes writing asynchronous long running tasks easy. It is specialized in network requests, supports caching and offers REST requests out-of-the box using extension modules.
Apache License 2.0
2.95k stars 545 forks source link

proguard warning #448

Closed caixuejian closed 8 years ago

caixuejian commented 8 years ago

Warning:com.octo.android.robospice.SpiceService: can't find referenced method 'void setLatestEventInfo(android.content.Context,java.lang.CharSequence,java.lang.CharSequence,android.app.PendingIntent)' in library class android.app.Notification

I add '-dontwarn com.octo.android.robospice.SpiceService' and solve the warning but I want to know it will have side effects or not?

nkeskinov commented 8 years ago

See #437 for this issue. Seems to be safe to use your workaround.