Skip to content

Commit

Permalink
update msal gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
p3dr0rv committed Feb 10, 2025
1 parent e773a28 commit 715adf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common
Submodule common updated 1 files
+1 −1 common/build.gradle
2 changes: 1 addition & 1 deletion msal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ if (project.hasProperty("distCommonVersion")) {
commonVersion = project.distCommonVersion
}
// Used for testfixtures
def common4jVersion = "17.0.0"
def common4jVersion = "1.0.+"
if (project.hasProperty("distCommon4jVersion")) {
distCommon4jVersion = project.distCommon4jVersion
}
Expand Down

0 comments on commit 715adf1

Please sign in to comment.