My app use microsoft.identity to login Microsoft account
but at here cause crash.
val interactiveBrowserCredential = InteractiveBrowserCredentialBuilder()
.clientId(CLIENT_ID)
.redirectUrl("")
.build()
here is crash information
java.lang.LinkageError: Package versions: jackson-annotations=0.0, jackson-core=0.0, jackson-databind=0.0, jackson-dataformat-xml=0.0, jackson-datatype-jsr310=0.0, azure-core=1.26.0, Troubleshooting version conflicts: https://aka.ms/azsdk/java/dependency/troubleshoot
i try to modify dependencies
but not work.
implementation 'com.microsoft.identity.client:msal:3.0.2'
implementation 'com.microsoft.graph:microsoft-graph:5.19.0'
implementation 'com.azure:azure-identity:1.4.6'
implementation 'com.azure:azure-sdk-bom:1.2.0'
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.10.5'
Thanks for help!
My app use microsoft.identity to login Microsoft account
but at here cause crash.
here is crash information
java.lang.LinkageError: Package versions: jackson-annotations=0.0, jackson-core=0.0, jackson-databind=0.0, jackson-dataformat-xml=0.0, jackson-datatype-jsr310=0.0, azure-core=1.26.0, Troubleshooting version conflicts: https://aka.ms/azsdk/java/dependency/troubleshooti try to modify dependencies
but not work.
Thanks for help!