Skip to content

Commit

Permalink
merging back to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
somalaya committed Nov 20, 2024
1 parent 4783e16 commit ae30add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ android {
}

// In dev, we want to keep the dependencies(common4j, broker4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline.
def commonVersion = "18.2.2"
def commonVersion = "1.0.+"
if (project.hasProperty("distCommonVersion")) {
commonVersion = project.distCommonVersion
}
Expand Down

0 comments on commit ae30add

Please sign in to comment.