Skip to content

Commit a953433

Browse files
authored
Release 5.6.0 (#2177)
1 parent ba66d74 commit a953433

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

changelog

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki
2-
3-
vNext
2+
Version 5.6.0
43
----------
5-
-[MINOR] Moving OS version check for passkeys (#2138)
6-
-[PATCH] Fix Native Auth authority data being persisted across different SDK instances (#2159)
4+
- [PATCH] Update common @18.0.0
5+
- [MINOR] Moving OS version check for passkeys (#2138)
6+
- [PATCH] Fix Native Auth authority data being persisted across different SDK instances (#2159)
77

88
Version 5.5.0
99
---------

msal/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@ task sourcesJar(type: Jar) {
188188

189189
// In dev, we want to keep the dependencies (common4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline.
190190
// In release/*, we change these to specific versions being consumed.
191-
def commonVersion = "1.0.+"
191+
def commonVersion = "18.0.0"
192192
if (project.hasProperty("distCommonVersion")) {
193193
commonVersion = project.distCommonVersion
194194
}
195195
// Used for testfixtures
196-
def common4jVersion = "1.0.+"
196+
def common4jVersion = "15.0.0"
197197
if (project.hasProperty("distCommon4jVersion")) {
198198
distCommon4jVersion = project.distCommon4jVersion
199199
}

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=5.5.0
2+
versionName=5.6.0
33
versionCode=0

msalautomationapp/build.gradle

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

4-
def msalVersion = "5.5.0"
4+
def msalVersion = "5.6.0"
55

66
if (project.hasProperty("distMsalVersion")) {
77
msalVersion = distMsalVersion

0 commit comments

Comments
 (0)