diff --git a/src/app/build.gradle b/src/app/build.gradle index 0e1fb36..d731617 100644 --- a/src/app/build.gradle +++ b/src/app/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.0' implementation 'com.google.android.material:material:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'com.microsoft.identity.client:msal:4.10.0' + implementation 'com.microsoft.identity.client:msal:5.3.0' implementation 'com.microsoft.graph:microsoft-graph:5.80.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5'