diff --git a/changelog b/changelog index 1af72197d..6fca72e49 100644 --- a/changelog +++ b/changelog @@ -3,8 +3,16 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr vNext ---------- - [PATCH] Move Multiple Listening apps check to the authorization layer (#2494) + +Version 8.3.2 +---------- +- [PATCH] Update common @24.2.0 - [PATCH] Update compileSdkVersion to 36 and buildToolsVersion to 36.0.0 (#2491) +Version 8.3.1 +---------- +- [PATCH] Update common @24.1.1 + Version 8.3.0 ---------- - [PATCH] Update common @24.1.0 diff --git a/common b/common index 2d2248976..a68f49563 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 2d2248976a887937edb1f9299120bfea920a1fe4 +Subproject commit a68f495634dea8d237ce9444d9166c89d6f7ff1e diff --git a/msal/versioning/version.properties b/msal/versioning/version.properties index 220bcbfe0..177d2fe62 100644 --- a/msal/versioning/version.properties +++ b/msal/versioning/version.properties @@ -1,3 +1,3 @@ #Wed Aug 01 15:24:11 PDT 2018 -versionName=8.3.0 +versionName=8.3.2 versionCode=0 diff --git a/testapps/testapp/build.gradle b/testapps/testapp/build.gradle index c82c4c546..1dc78a813 100644 --- a/testapps/testapp/build.gradle +++ b/testapps/testapp/build.gradle @@ -27,7 +27,7 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' -def msalVersion = "5.10.0" +def msalVersion = "8.3.2" if (project.hasProperty("distMsalVersion")) { msalVersion = distMsalVersion