Skip to content

Commit 6cb9bf3

Browse files
mohitc1Azure DevOps Pipeline
andauthored
Merge release-integration/8.3.2 to dev, Fixes AB#3557679 (#2506)
Fixes [AB#3557679](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3557679) --------- Co-authored-by: Azure DevOps Pipeline <build-agent@azuredevops.com>
1 parent f7e157a commit 6cb9bf3

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr
33
vNext
44
----------
55
- [PATCH] Move Multiple Listening apps check to the authorization layer (#2494)
6+
7+
Version 8.3.2
8+
----------
9+
- [PATCH] Update common @24.2.0
610
- [PATCH] Update compileSdkVersion to 36 and buildToolsVersion to 36.0.0 (#2491)
711

12+
Version 8.3.1
13+
----------
14+
- [PATCH] Update common @24.1.1
15+
816
Version 8.3.0
917
----------
1018
- [PATCH] Update common @24.1.0

msal/versioning/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#Wed Aug 01 15:24:11 PDT 2018
2-
versionName=8.3.0
2+
versionName=8.3.2
33
versionCode=0

testapps/testapp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ apply plugin: 'com.android.application'
2727

2828
apply plugin: 'kotlin-android'
2929

30-
def msalVersion = "5.10.0"
30+
def msalVersion = "8.3.2"
3131

3232
if (project.hasProperty("distMsalVersion")) {
3333
msalVersion = distMsalVersion

0 commit comments

Comments
 (0)