Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
fadidurah committed Jan 10, 2025
1 parent c1ae3e5 commit fa02972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "19.0.0"
def commonVersion = "1.0.+"
if (project.hasProperty("distCommonVersion")) {
commonVersion = project.distCommonVersion
}
Expand Down

0 comments on commit fa02972

Please sign in to comment.