Open jnpatel2811 opened 6 years ago
I tried merging this into master and ran into runtime issues.
E/AndroidRuntime: FATAL EXCEPTION: intent processor #2
Process: com.microsoft.embeddedsocial, PID: 26588
java.lang.VerifyError: Rejecting class com.microsoft.embeddedsocial.server.model.notification.GetNotificationCountRequest that attempts to sub-type erroneous class com.microsoft.embeddedsocial.server.model.UserRequest (declaration of 'com.microsoft.embeddedsocial.server.model.notification.GetNotificationCountRequest' appears in /data/app/com.microsoft.embeddedsocial-weuxMKHu22oWGny-XERUGQ==/base.apk:classes2.dex)
at com.microsoft.embeddedsocial.service.handler.UpdateNotificationCountHandler.handleIntent(UpdateNotificationCountHandler.java:29)
at com.microsoft.embeddedsocial.service.handler.UpdateNotificationCountHandler.handleIntent(UpdateNotificationCountHandler.java:24)
at com.microsoft.embeddedsocial.base.service.IntentProcessor$IntentHandlerAdapter.run(IntentProcessor.java:234)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
at java.lang.Thread.run(Thread.java:764)
This may require some additional changes in the project's ProGuard files.
Because there are conflicts now. I'll resolve it and check it.
In this PR, I have updated various library used in sdk to latest version