Skip to content

Commit 29b6dd3

Browse files
authored
release 4.4.0 (#1795)
1 parent 59f7aed commit 29b6dd3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

changelog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki
2-
V.Next
2+
Version 4.4.0
33
----------
4+
- [PATCH] Update common @11.0.0
45
- [MINOR] Support CIAM Authority Type (#1783)
56
- [MINOR] Bumping YubiKit Versions to 2.2.0 (#1784)
67

msal/build.gradle

Lines changed: 2 additions & 2 deletions
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 : "11.0.0"
184184

185185
dependencies {
186186
//Please leave this in... desugaring is currently disabled by default; however it's required for running some tests
@@ -234,7 +234,7 @@ dependencies {
234234
}
235235

236236
testLocalImplementation(testFixtures(project(":common4j")))
237-
String common4jVersion = project.hasProperty("distCommon4jVersion") ? project.distCommon4jVersion : "0.0.+"
237+
String common4jVersion = project.hasProperty("distCommon4jVersion") ? project.distCommon4jVersion : "8.0.0"
238238
testDistImplementation(testFixtures("com.microsoft.identity:common4j:${common4jVersion}"))
239239

240240
implementation platform("io.opentelemetry:opentelemetry-bom:1.18.0")

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

0 commit comments

Comments
 (0)