From 32b11c6db187437ed2bbd4fc7ced41d211c1690e Mon Sep 17 00:00:00 2001 From: Sowmya Malayanur <69237821+somalaya@users.noreply.github.com> Date: Tue, 26 Nov 2024 19:13:51 -0800 Subject: [PATCH] Merging Somalaya/release/5.8.2 to dev (#2223) Co-authored-by: iamgusain <75644120+iamgusain@users.noreply.github.com> --- changelog | 8 ++++++++ common | 2 +- msal/versioning/version.properties | 2 +- msalautomationapp/build.gradle | 2 +- testapps/testapp/build.gradle | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/changelog b/changelog index 40aa333e8..6dd48076f 100644 --- a/changelog +++ b/changelog @@ -3,6 +3,14 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr vNext ---------- +Version 5.8.2 +---------- +-[PATCH] Update common @18.2.2 + +Version 5.8.1 +---------- +-[PATCH] Update common @18.2.1 + Version 5.8.0 ---------- -[PATCH] Update common @18.2.0 diff --git a/common b/common index de57369dd..947abe2d3 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit de57369dd6d1210fbe9ec38caaf2b694c623112c +Subproject commit 947abe2d3868b1fea869f3fde689eb22d9b194f5 diff --git a/msal/versioning/version.properties b/msal/versioning/version.properties index 654b4b446..87f9d5529 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.0 +versionName=5.8.2 versionCode=0 diff --git a/msalautomationapp/build.gradle b/msalautomationapp/build.gradle index 73fac563c..3afb23a6c 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.0" +def msalVersion = "5.8.2" if (project.hasProperty("distMsalVersion")) { msalVersion = distMsalVersion diff --git a/testapps/testapp/build.gradle b/testapps/testapp/build.gradle index 43b76b2a7..f78b8d74b 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.0" +def msalVersion = "5.8.2" if (project.hasProperty("distMsalVersion")) { msalVersion = distMsalVersion