Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit fc013fa

Browse files
author
Irvine Sunday
committed
Removing MSAL Library
Removing reference to MSAL lib. since we are using the Android auth wrapper for authentication
1 parent 857580a commit fc013fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ dependencies {
4444
implementation 'com.android.volley:volley:1.1.0'
4545
// Include the SDK as a dependency
4646
implementation 'com.microsoft.graph:microsoft-graph:1.2.0'
47-
implementation 'com.microsoft.identity.client:msal:0.2.2'
4847
implementation 'com.microsoft.graph:microsoft-graph-android-auth:0.1.0-SNAPSHOT'
4948
// Include GSON as a dependency
5049
implementation 'com.google.code.gson:gson:2.6.2'

0 commit comments

Comments
 (0)