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