Skip to content

Commit

Permalink
bump to 4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rpdome committed Sep 14, 2023
1 parent 6b03c8a commit 8c58a15
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki
Version 4.8.1
----------
- [MINOR] Add LTW as prod broker app (#2179)
- [PATCH] Update common @16.0.1

Version 4.8.0
----------
- [MINOR] Use Active Broker cache specifically for Client SDK (#1892)
- [MINOR] MSA UI tests for Brokered Auth (#1856)
- [MINOR] Updated target, compile SDK, AGP and gradle versions(#1882)
- [PATCH] Update common @16.0.0

Version 4.7.0
----------
Expand Down
4 changes: 2 additions & 2 deletions msal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ task sourcesJar(type: Jar) {

// In dev, we want to keep the dependencies (common4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline.
// In release/*, we change these to specific versions being consumed.
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "16.0.0"
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "16.0.1"

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

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

implementation platform("io.opentelemetry:opentelemetry-bom:1.18.0")
Expand Down
2 changes: 1 addition & 1 deletion msal/versioning/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Wed Aug 01 15:24:11 PDT 2018
versionName=4.8.0
versionName=4.8.1
versionCode=0

0 comments on commit 8c58a15

Please sign in to comment.