Skip to content

Commit

Permalink
Merging Somalaya/release/5.8.2 to dev (#2223)
Browse files Browse the repository at this point in the history
Co-authored-by: iamgusain <[email protected]>
  • Loading branch information
somalaya and iamgusain authored Nov 27, 2024
1 parent c4ae22e commit 32b11c6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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
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=5.8.0
versionName=5.8.2
versionCode=0
2 changes: 1 addition & 1 deletion msalautomationapp/build.gradle
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion testapps/testapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32b11c6

Please sign in to comment.