Skip to content

Commit 94a8ae4

Browse files
authored
Release July 2024 (#1801)
* release changes * remove RC * release
1 parent de31250 commit 94a8ae4

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.6.1"
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.10
2+
versionName=4.8.12
33
versionCode=1

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
V.Next
22
---------
33

4+
Version 4.8.12
5+
---------
6+
- [PATCH] Update common @17.6.1
7+
48
Version 4.8.10
59
---------
610
- [PATCH] Update common @17.5.0

common

Submodule common updated 27 files

0 commit comments

Comments
 (0)