Zoom meeting sdk v5.17.10.20175 is crashing in release build but working fine in debug build

Zoom meeting sdk v5.17.10.20175 is crashing in release build but is working fine in debug build.

Crash Error:
java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/lifecycle/FlowLiveDataConversions;
at us.zoom.meeting.advisory.viewmodel.AdvisoryMessageCenterViewModel.(AdvisoryMessageCenterViewModel.kt:9)
at us.zoom.meeting.advisory.viewmodel.AdvisoryMessageCenterViewModelFactory.create(AdvisoryMessageCenterViewModelFactory.kt:5)
at androidx.lifecycle.ViewModelProvider$Factory.create(ViewModelProvider.kt:83)
at androidx.lifecycle.ViewModelProvider.get(ViewModelProvider.kt:187)
at androidx.lifecycle.ViewModelProvider.get(ViewModelProvider.kt:153)
at us.zoom.meeting.advisory.viewmodel.AdvisoryMessageCenterViewModel$a.a(AdvisoryMessageCenterViewModel.kt:7)
at com.zipow.videobox.conference.ui.ZmConfActivity.initAdvisoryMessageCenterViewModel(ZmConfActivity.java:1)
at com.zipow.videobox.conference.ui.ZmConfActivity.initData(ZmConfActivity.java:3)
at com.zipow.videobox.conference.ui.ZmConfActivity.onCreate(ZmConfActivity.java:25)
at android.app.Activity.performCreate(Activity.java:8494)
at android.app.Activity.performCreate(Activity.java:8473)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1419)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3728)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3895)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:101)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2398)
at android.os.Handler.dispatchMessage(Handler.java:111)
at android.os.Looper.loopOnce(Looper.java:238)
at android.os.Looper.loop(Looper.java:357)
at android.app.ActivityThread.main(ActivityThread.java:8109)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:957)

Android devices : All
Android versions : All (Checked on 13,14)

Can you please check and try to answer this, question.

Hello Zoom Team,

I need an update for the same , this is urgent !

Android app issue

I was facing the same issue but I solved I just copied the dependencies from the sample app of SDK v5.17.11 to my app gradle.build and it works for me.