Skip to content

Commit e71e751

Browse files
author
Brian Melton-Grace
authored
MSAL Release 1.5.5 (#1104)
* Update submodule pointer to [email protected] * Update version.properties * Update changelog * Update dependencies * Update common submodule pointer to [email protected] * Update changelog for hf versioning * Update dependency for [email protected]
1 parent 0924464 commit e71e751

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki
22

3+
Version 1.5.5
4+
-----------
5+
- Picks up fixes in [email protected]
6+
37
Version 1.5.4
48
-----------
59
- Fix for NPE if sub_error is null.

msal/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ dependencies {
148148
transitive = false
149149
}
150150

151-
snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '2.0.12', changing: true)
151+
snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '2.0.12-hf1', changing: true)
152152

153-
distApi("com.microsoft.identity:common:2.0.12") {
153+
distApi("com.microsoft.identity:common:2.0.12-hf1") {
154154
transitive = false
155155
}
156156
}

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=1.5.4
2+
versionName=1.5.5
33
versionCode=0

0 commit comments

Comments
 (0)