diff --git a/changelog b/changelog index 04adbe019..5869df724 100644 --- a/changelog +++ b/changelog @@ -2,6 +2,10 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr vNext ---------- + +Version 7.0.0 +---------- +- [PATCH] Update common @22.0.0 - [MINOR] Copy username from UiRequiredException to MsalUiRequiredException (#2344) - [MAJOR] Bump TargetSdk to 35, minSdk to 24, AGP to 8.10.0 (#3164) - [MINOR] Update Nimbus version (#2346) diff --git a/common b/common index 7b343df96..3d81e856d 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 7b343df965382e53ff4351435ccf6db6f183c7ec +Subproject commit 3d81e856df902a213e9a0146a369178d42c3f122 diff --git a/msal/build.gradle b/msal/build.gradle index a68187e4d..58feb88ea 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.0.0" if (project.hasProperty("distCommonVersion")) { commonVersion = project.distCommonVersion } // Used for testfixtures -def common4jVersion = "1.0.+" +def common4jVersion = "22.0.0" if (project.hasProperty("distCommon4jVersion")) { distCommon4jVersion = project.distCommon4jVersion } diff --git a/msal/versioning/version.properties b/msal/versioning/version.properties index 7c3ca54d8..67c49745b 100644 --- a/msal/versioning/version.properties +++ b/msal/versioning/version.properties @@ -1,3 +1,3 @@ #Wed Aug 01 15:24:11 PDT 2018 -versionName=6.2.0 +versionName=7.0.0 versionCode=0