Skip to content

Commit d9e8e61

Browse files
committed
Update test app MSAL version
1 parent faf9dc4 commit d9e8e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testapps/testapp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ android {
7878
dependencies {
7979
// Compile Dependency
8080
localImplementation project(':msal')
81-
distImplementation 'com.microsoft.identity.client:msal:1.+'
81+
distImplementation 'com.microsoft.identity.client:msal:2.+'
8282
implementation "com.google.code.gson:gson:$rootProject.ext.gsonVersion"
8383
implementation "androidx.appcompat:appcompat:$rootProject.ext.appCompatVersion"
8484
implementation "androidx.legacy:legacy-support-v4:$rootProject.ext.legacySupportV4Version"

0 commit comments

Comments
 (0)