Skip to content

Commit 7b2d9fd

Browse files
authored
Version 4.3.1 (Mar 2023) (#1776)
Version 4.3.1 ---------- - [PATCH] Version 4.3.0 was built with RC versions, just need to bump version to 4.3.1 - [MINOR] Add preferred browser support (#1761) - [MINOR] Adding sub error codes to MsalUiRequiredException (#1758) - [MINOR] Wrap Runnable with Current Telemetry Context (#1747)
1 parent e1da866 commit 7b2d9fd

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki
22
V.Next
33
----------
4+
5+
Version 4.3.1
6+
----------
7+
- [PATCH] Version 4.3.0 was built with RC versions, just need to bump version to 4.3.1
48
- [MINOR] Add preferred browser support (#1761)
59
- [MINOR] Adding sub error codes to MsalUiRequiredException (#1758)
610
- [MINOR] Wrap Runnable with Current Telemetry Context (#1747)

msal/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ task sourcesJar(type: Jar) {
180180

181181
// In dev, we want to keep the dependencies(common4j, broker4j, common) to 0.0.+ to be able to be consumed by daily dev pipeline.
182182
// In release/*, we change these to specific versions being consumed.
183-
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "0.0.+"
183+
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "10.1.1"
184184

185185
dependencies {
186186
//Please leave this in... desugaring is currently disabled by default; however it's required for running some tests

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=4.2.0
2+
versionName=4.3.1
33
versionCode=0

0 commit comments

Comments
 (0)