Skip to content

Commit 861e7e7

Browse files
p3dr0rvfadidurah
andauthored
Pedroro/release/4.8.6 (#1779)
* update changelog. common, build.gradle and version.properties * fix rc1 * update common * update to rc2 * update common * update changelog * rc3 * update to rc5 * remove rc * update adal test app --------- Co-authored-by: fadidurah <fadidurah@microsoft.com>
1 parent 7da6ba5 commit 861e7e7

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
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.1.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.5
2+
versionName=4.8.6
33
versionCode=1

changelog.txt

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

4+
Version 4.8.6
5+
-------------
6+
- [PATCH] Update common @17.1.0
7+
48
Version 4.8.5
59
-------------
610
- [PATCH] Update common @17.0.1

common

Submodule common updated 28 files

userappwithbroker/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ allprojects {
1616
}
1717
}
1818

19-
def adalVersion = "4.8.4"
20-
def commonVersion = "17.0.0"
19+
def adalVersion = "4.8.6"
20+
def commonVersion = "17.1.0"
2121

2222
if (project.hasProperty("distAdalVersion")) {
2323
println "Overriding adal version to dist property " + distAdalVersion

0 commit comments

Comments
 (0)