Skip to content

Upgrading latest 3.7.0 with existing 2.8.0.5-SNAPSHOT@aar #127

Description

@PatelDhrupal

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:
image

Following is set up information:

  1. distributionUrl=https://services.gradle.org/distributions/gradle-6.9-all.zip
  2. buildToolsVersion = "31.0.0"
    minSdkVersion = 24
    compileSdkVersion = 31
    targetSdkVersion = 31

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions