diff --git a/app/build.gradle b/app/build.gradle index 7a7af28..5c39d6c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'com.android.application' -def msalVersion = "5.+" +def msalVersion = "6.+" if (project.hasProperty("distMsalVersion")) { msalVersion = distMsalVersion