Hello Team,
I have upgraded CISCO lib from 2.8.0.5-SNAPSHOT@aar to 3.7.0.
My application is crashing when i am trying to initialise webex:
JWTAuthenticator authenticator = new JWTAuthenticator(); Webex webex = new Webex(currentApplication, authenticator); webex.initialize(new CompletionHandler<Void>() { @Override public void onComplete(Result<Void> result) { } });
Error getting:

Following is set up information:
- distributionUrl=https://services.gradle.org/distributions/gradle-6.9-all.zip
- buildToolsVersion = "31.0.0"
minSdkVersion = 24
compileSdkVersion = 31
targetSdkVersion = 31