Skip to content

Commit

Permalink
Update testapp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iambmelt committed Feb 12, 2020
1 parent 164d983 commit 9a2bc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testapps/testapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9a2bc1a

Please sign in to comment.