Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr
vNext
----------
- [PATCH] Move Multiple Listening apps check to the authorization layer (#2494)

Version 8.3.2
----------
- [PATCH] Update common @24.2.0
- [PATCH] Update compileSdkVersion to 36 and buildToolsVersion to 36.0.0 (#2491)

Version 8.3.1
----------
- [PATCH] Update common @24.1.1

Version 8.3.0
----------
- [PATCH] Update common @24.1.0
Expand Down
2 changes: 1 addition & 1 deletion msal/versioning/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Wed Aug 01 15:24:11 PDT 2018
versionName=8.3.0
versionName=8.3.2
versionCode=0
2 changes: 1 addition & 1 deletion testapps/testapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apply plugin: 'com.android.application'

apply plugin: 'kotlin-android'

def msalVersion = "5.10.0"
def msalVersion = "8.3.2"

if (project.hasProperty("distMsalVersion")) {
msalVersion = distMsalVersion
Expand Down
Loading