You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since gradle downloaded release 0.19.4,
I get lots of warnings in proGuard about UnSafe, like
Warning: rx.internal.util.unsafe.UnsafeAccess: can't find referenced class sun.misc.Unsafe
And it breaks the building process (too many warnings in proGuard).
As this is a warning, It is fixed in proGuard by ignoring warnings from Rx (but I'm not sure, this should be done) with
-dontwarn rx.internal.util.**