msgraph-sample-android icon indicating copy to clipboard operation
msgraph-sample-android copied to clipboard

Sample does not work with the latest Microsoft Graph SDK for Java

Open gerritbeuze opened this issue 1 year ago • 0 comments

Describe the bug The project uses old versions of the ms graph library: implementation 'com.microsoft.identity.client:msal:4.10.0' implementation 'com.microsoft.graph:microsoft-graph:5.80.0' There are several problems with these older versions that supposedly have been fixed in later updates.

However, changing the dependencies to the latest versions: implementation 'com.microsoft.identity.client:msal:5.5.0' implementation 'com.microsoft.graph:microsoft-graph:6.13.0'

results in uncompilable code

To Reproduce Steps to reproduce the behavior: Change the dependencies to the latest versions available, see above

Please, maintain this project!

gerritbeuze avatar Aug 22 '24 07:08 gerritbeuze