Skip to content

Commit ccf5e06

Browse files
somalayamelissaahn
andauthored
Change for March 2024 release (#1783)
* changelog, version.properties, build.gradle updated * updating submodule (#1781) * updated submodule and removed RC tags --------- Co-authored-by: melissaahn <melissaahn@microsoft.com>
1 parent 41259d8 commit ccf5e06

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
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-
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "1.0.+"
135+
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "17.2.0"
136136

137137
dependencies {
138138
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:$rootProject.ext.coreLibraryDesugaringVersion"

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.6
2+
versionName=4.8.7
33
versionCode=1

changelog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
Version Next
1+
Version 4.8.7
22
-------------
3+
- [PATCH] Update common @17.2.0
34

45
Version 4.8.6
56
-------------

common

Submodule common updated 177 files

0 commit comments

Comments
 (0)