Skip to content

Commit 8c58a15

Browse files
committed
bump to 4.8.1
1 parent 6b03c8a commit 8c58a15

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki
2+
Version 4.8.1
3+
----------
4+
- [MINOR] Add LTW as prod broker app (#2179)
5+
- [PATCH] Update common @16.0.1
6+
27
Version 4.8.0
38
----------
49
- [MINOR] Use Active Broker cache specifically for Client SDK (#1892)
510
- [MINOR] MSA UI tests for Brokered Auth (#1856)
611
- [MINOR] Updated target, compile SDK, AGP and gradle versions(#1882)
12+
- [PATCH] Update common @16.0.0
713

814
Version 4.7.0
915
----------

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-
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "16.0.0"
191+
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "16.0.1"
192192

193193
dependencies {
194194
//Please leave this in... desugaring is currently disabled by default; however it's required for running some tests
@@ -243,7 +243,7 @@ dependencies {
243243
}
244244

245245
testLocalImplementation(testFixtures(project(":common4j")))
246-
String common4jVersion = project.hasProperty("distCommon4jVersion") ? project.distCommon4jVersion : "13.0.+"
246+
String common4jVersion = project.hasProperty("distCommon4jVersion") ? project.distCommon4jVersion : "13.0.1"
247247
testDistImplementation(testFixtures("com.microsoft.identity:common4j:${common4jVersion}"))
248248

249249
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.8.0
2+
versionName=4.8.1
33
versionCode=0

0 commit comments

Comments
 (0)