Skip to content

Commit

Permalink
versionName = 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
melissaahn committed Oct 26, 2022
1 parent e098840 commit 8a9ce51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3-RC"
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "8.0.3"

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.5-RC
versionName=4.0.5
versionCode=0

0 comments on commit 8a9ce51

Please sign in to comment.