Skip to content

Commit 570b7c3

Browse files
authored
fadi/release/4.8.10 (#1795)
* rc changes * update common * update common * pull common * revert testing changes * point to release * pull common fix
1 parent a9c58fe commit 570b7c3

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

adal/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ android {
132132
}
133133

134134
// In dev, we want to keep the dependencies(common4j, broker4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline.
135-
def commonVersion = "1.0.+"
135+
def commonVersion = "17.5.0"
136136
if (project.hasProperty("distCommonVersion")) {
137137
commonVersion = project.distCommonVersion
138138
}

adal/versioning/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#Wed Aug 01 15:24:11 PDT 2018
2-
versionName=4.8.9
2+
versionName=4.8.10
33
versionCode=1

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
V.Next
22
---------
3+
4+
Version 4.8.10
5+
---------
6+
- [PATCH] Update common @17.5.0
37
- [PATCH] YubiKit 2.5.0 and CredMan 1.2.2 (#1793)
48
- [PATCH] Editing pom task (#1794)
59

0 commit comments

Comments
 (0)