diff --git a/android-kotlin/app/build.gradle b/android-kotlin/app/build.gradle index dc2b7f9..02135f5 100644 --- a/android-kotlin/app/build.gradle +++ b/android-kotlin/app/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'com.google.android.material:material:1.5.0' implementation 'com.android.volley:volley:1.2.1' - implementation('com.microsoft.identity.client:msal:2.2.3') { + implementation('com.microsoft.identity.client:msal:5.8.3') { exclude group: 'com.microsoft.device.display' } }