We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf9dc4 commit d9e8e61Copy full SHA for d9e8e61
testapps/testapp/build.gradle
@@ -78,7 +78,7 @@ android {
78
dependencies {
79
// Compile Dependency
80
localImplementation project(':msal')
81
- distImplementation 'com.microsoft.identity.client:msal:1.+'
+ distImplementation 'com.microsoft.identity.client:msal:2.+'
82
implementation "com.google.code.gson:gson:$rootProject.ext.gsonVersion"
83
implementation "androidx.appcompat:appcompat:$rootProject.ext.appCompatVersion"
84
implementation "androidx.legacy:legacy-support-v4:$rootProject.ext.legacySupportV4Version"
0 commit comments