We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c36c36 commit 8985575Copy full SHA for 8985575
1 file changed
testapps/testapp/build.gradle
@@ -27,7 +27,7 @@ apply plugin: 'com.android.application'
27
28
apply plugin: 'kotlin-android'
29
30
-def msalVersion = "5.10.0"
+def msalVersion = "8.3.2"
31
32
if (project.hasProperty("distMsalVersion")) {
33
msalVersion = distMsalVersion
0 commit comments