Skip to content

Commit

Permalink
Merge pull request #1709 from AzureAD/amgusain/release-4.0.4
Browse files Browse the repository at this point in the history
Update common to 8.0.2
  • Loading branch information
iamgusain authored Oct 19, 2022
2 parents 70ad67e + 959c367 commit 89326dc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki
V.Next
Version 4.0.4
----------
- [PATCH] Update common @8.0.2

Version 4.0.3
----------
Expand Down
2 changes: 1 addition & 1 deletion msal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ task sourcesJar(type: Jar) {

// In dev, we want to keep the dependencies(common4j, broker4j, common) to 0.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 : "8.0.0"
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "8.0.2"

dependencies {
testImplementation project(path: ':common4j')
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.0.3
versionName=4.0.4
versionCode=0

0 comments on commit 89326dc

Please sign in to comment.