Skip to content

Commit 8985575

Browse files
committed
Update msal version in msal test app
1 parent 5c36c36 commit 8985575

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testapps/testapp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ apply plugin: 'com.android.application'
2727

2828
apply plugin: 'kotlin-android'
2929

30-
def msalVersion = "5.10.0"
30+
def msalVersion = "8.3.2"
3131

3232
if (project.hasProperty("distMsalVersion")) {
3333
msalVersion = distMsalVersion

0 commit comments

Comments
 (0)