diff --git a/changelog b/changelog index 52b0ce5efa..d75c9c94cd 100644 --- a/changelog +++ b/changelog @@ -1,5 +1,10 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki + +Version 5.8.2 +---------- +-[PATCH] Update common @18.2.2 + Version 5.8.1 ---------- -[PATCH] Update common @18.2.1 diff --git a/common b/common index 46b42c1869..97d294167e 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 46b42c1869cea0a614a9be53e577182f1552d18c +Subproject commit 97d294167eb85252c23e85ac81f77efe3739bc54 diff --git a/msal/build.gradle b/msal/build.gradle index 24e0941509..e9799909a9 100644 --- a/msal/build.gradle +++ b/msal/build.gradle @@ -188,7 +188,7 @@ 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 = "18.2.1" +def commonVersion = "18.2.2" if (project.hasProperty("distCommonVersion")) { commonVersion = project.distCommonVersion } diff --git a/msal/versioning/version.properties b/msal/versioning/version.properties index 6f0b146ebb..87f9d5529a 100644 --- a/msal/versioning/version.properties +++ b/msal/versioning/version.properties @@ -1,3 +1,3 @@ #Wed Aug 01 15:24:11 PDT 2018 -versionName=5.8.1 +versionName=5.8.2 versionCode=0 diff --git a/msalautomationapp/build.gradle b/msalautomationapp/build.gradle index cd900a3efc..3afb23a6c4 100644 --- a/msalautomationapp/build.gradle +++ b/msalautomationapp/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' -def msalVersion = "5.8.1" +def msalVersion = "5.8.2" if (project.hasProperty("distMsalVersion")) { msalVersion = distMsalVersion diff --git a/testapps/testapp/build.gradle b/testapps/testapp/build.gradle index 616bfccb65..f78b8d74b0 100644 --- a/testapps/testapp/build.gradle +++ b/testapps/testapp/build.gradle @@ -29,7 +29,7 @@ apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' -def msalVersion = "5.8.1" +def msalVersion = "5.8.2" if (project.hasProperty("distMsalVersion")) { msalVersion = distMsalVersion