diff --git a/changelog b/changelog index 7a8f43998..3e94d155b 100644 --- a/changelog +++ b/changelog @@ -2,6 +2,10 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr vNext ---------- + +Version 7.1.0 +---------- +- [PATCH] Update common @22.1.0 - [PATCH] Add null checks for guest account ids (#2361) - [MINOR] Fix for App Link Usage in DUNA / SSO scenarios (#2363) diff --git a/common b/common index 0fe896cb1..d23b778cf 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 0fe896cb11a671bcc1a0228c2a3d69bca0c21521 +Subproject commit d23b778cf2701796060e9be400ab04602a862b7a diff --git a/msal/build.gradle b/msal/build.gradle index a68187e4d..551ef43f8 100644 --- a/msal/build.gradle +++ b/msal/build.gradle @@ -167,12 +167,12 @@ task sourcesJar(type: Jar) { // In dev, we want to keep the dependencies (common4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline. // In release/*, we change these to specific versions being consumed. -def commonVersion = "1.0.+" +def commonVersion = "22.1.0" if (project.hasProperty("distCommonVersion")) { commonVersion = project.distCommonVersion } // Used for testfixtures -def common4jVersion = "1.0.+" +def common4jVersion = "22.1.0" if (project.hasProperty("distCommon4jVersion")) { distCommon4jVersion = project.distCommon4jVersion } diff --git a/msal/versioning/version.properties b/msal/versioning/version.properties index 7c0d6b33e..8c42afa69 100644 --- a/msal/versioning/version.properties +++ b/msal/versioning/version.properties @@ -1,3 +1,3 @@ #Wed Aug 01 15:24:11 PDT 2018 -versionName=7.0.3 +versionName=7.1.0 versionCode=0