Skip to content

Commit

Permalink
fadi/release/4.8.10 (#1795)
Browse files Browse the repository at this point in the history
* rc changes

* update common

* update common

* pull common

* revert testing changes

* point to release

* pull common fix
  • Loading branch information
fadidurah authored Jun 11, 2024
1 parent a9c58fe commit 570b7c3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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 = "1.0.+"
def commonVersion = "17.5.0"
if (project.hasProperty("distCommonVersion")) {
commonVersion = project.distCommonVersion
}
Expand Down
2 changes: 1 addition & 1 deletion adal/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.8.9
versionName=4.8.10
versionCode=1
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
V.Next
---------

Version 4.8.10
---------
- [PATCH] Update common @17.5.0
- [PATCH] YubiKit 2.5.0 and CredMan 1.2.2 (#1793)
- [PATCH] Editing pom task (#1794)

Expand Down

0 comments on commit 570b7c3

Please sign in to comment.