Skip to content

Commit c1b1b9e

Browse files
authored
Merging somalaya/release/4.6.1 to release/4.6.1 (#1840)
- Updated to version 4.6.1 - Consuming common 13.0.1
1 parent f410f86 commit c1b1b9e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

changelog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki
2-
V.NEXT
2+
Version 4.6.1
33
----------
4+
- [PATCH] Version 4.6.0 was built with common which had lint errors, updating common after fixing the errors
45
- [MINOR] Replacing SHA-1 used in broker validation with SHA-512 (#1826)
6+
- [PATCH] Update common @13.0.1
57

68
Version 4.5.0
79
----------

msal/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ task sourcesJar(type: Jar) {
180180

181181
// In dev, we want to keep the dependencies(common4j, broker4j, common) to 0.0.+ to be able to be consumed by daily dev pipeline.
182182
// In release/*, we change these to specific versions being consumed.
183-
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "0.0.+"
183+
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "13.0.1"
184184

185185
dependencies {
186186
//Please leave this in... desugaring is currently disabled by default; however it's required for running some tests

msal/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.5.0
2+
versionName=4.6.1
33
versionCode=0

0 commit comments

Comments
 (0)