Skip to content

Commit

Permalink
Release 5.6.0 (#2177)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpdome authored Sep 12, 2024
1 parent ba66d74 commit a953433
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki

vNext
Version 5.6.0
----------
-[MINOR] Moving OS version check for passkeys (#2138)
-[PATCH] Fix Native Auth authority data being persisted across different SDK instances (#2159)
- [PATCH] Update common @18.0.0
- [MINOR] Moving OS version check for passkeys (#2138)
- [PATCH] Fix Native Auth authority data being persisted across different SDK instances (#2159)

Version 5.5.0
---------
Expand Down
2 changes: 1 addition & 1 deletion common
4 changes: 2 additions & 2 deletions msal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,12 @@ 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 = "1.0.+"
def commonVersion = "18.0.0"
if (project.hasProperty("distCommonVersion")) {
commonVersion = project.distCommonVersion
}
// Used for testfixtures
def common4jVersion = "1.0.+"
def common4jVersion = "15.0.0"
if (project.hasProperty("distCommon4jVersion")) {
distCommon4jVersion = project.distCommon4jVersion
}
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.5.0
versionName=5.6.0
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.5.0"
def msalVersion = "5.6.0"

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

0 comments on commit a953433

Please sign in to comment.