Skip to content

Commit 7f4365d

Browse files
somalayamelissaahn
andauthored
Change for March 2024 release (#2057)
Co-authored-by: melissaahn <[email protected]>
1 parent 2d74f93 commit 7f4365d

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr
22

33
vNext
44
----------
5+
6+
Version 5.2.0
7+
----------
58
- [MINOR] Rename "is QR + PIN available" API to "get preferred auth method". (#2012)
69
- [MINOR] Add support for CIAM custom domain (#2029)
710
- [MINOR] Removing passkey feature flag (#2044)
11+
- [MINOR] Update common @17.2.0
812

913
Version 5.1.0
1014
----------

common

Submodule common updated 26 files

msal/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ 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 = "17.2.0"
192192
if (project.hasProperty("distCommonVersion")) {
193193
commonVersion = project.distCommonVersion
194194
}
@@ -258,7 +258,7 @@ dependencies {
258258
}
259259

260260
testLocalImplementation(testFixtures(project(":common4j")))
261-
String common4jVersion = project.hasProperty("distCommon4jVersion") ? project.distCommon4jVersion : "1.0.+"
261+
String common4jVersion = project.hasProperty("distCommon4jVersion") ? project.distCommon4jVersion : "14.2.0"
262262
testDistImplementation(testFixtures("com.microsoft.identity:common4j:${common4jVersion}"))
263263

264264
implementation "io.opentelemetry:opentelemetry-api:$rootProject.ext.openTelemetryVersion"

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.1.0
2+
versionName=5.2.0
33
versionCode=0

testapps/testapp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ apply plugin: 'kotlin-android'
2929

3030
apply plugin: 'kotlin-android-extensions'
3131

32-
def msalVersion = "5.+"
32+
def msalVersion = "5.2.0"
3333

3434
if (project.hasProperty("distMsalVersion")) {
3535
msalVersion = distMsalVersion

0 commit comments

Comments
 (0)