msgraph-sample-android
msgraph-sample-android copied to clipboard
Sample does not work with the latest Microsoft Graph SDK for Java
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!