From 9a2bc1a1bceeec665166e484c14357a5c19f5dbb Mon Sep 17 00:00:00 2001 From: Brian Melton-Grace Date: Wed, 12 Feb 2020 10:11:09 -0800 Subject: [PATCH] Update testapp dependency --- testapps/testapp/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testapps/testapp/build.gradle b/testapps/testapp/build.gradle index 2e5867f65..0ba4c6b48 100644 --- a/testapps/testapp/build.gradle +++ b/testapps/testapp/build.gradle @@ -70,7 +70,7 @@ android { dependencies { // Compile Dependency localImplementation project(':msal') - distImplementation 'com.microsoft.identity.client:msal:1.0.+' + distImplementation 'com.microsoft.identity.client:msal:1.3.0' implementation "com.google.code.gson:gson:$rootProject.ext.gsonVersion" implementation "androidx.appcompat:appcompat:$rootProject.ext.appCompatVersion" implementation "androidx.legacy:legacy-support-v4:$rootProject.ext.legacySupportV4Version"