private interface ResourcesApi { @POST(\"/synchronize\") void getResources(@Body Map> map,
Agree with @chad's answer, add below lines if still getting crash.
-keepattributes Signature -keep class sun.misc.Unsafe { *; }