Skip to content

Commit 0924464

Browse files
author
Brian Melton-Grace
authored
Hotfix Release 1.5.4 - Merge to Master (#1083)
* Update submodule to master@2.0.12 * Update version to 1.5.4 * Update gradle deps to 2.0.12 * Update changelog
1 parent 46991b7 commit 0924464

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

changelog

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

3+
Version 1.5.4
4+
-----------
5+
- Fix for NPE if sub_error is null.
6+
- Picks up common@2.0.12
7+
38
Version 1.5.3
49
-----------
510
- Changes to delete RT on bad_token suberror.
611
- Picks up common@2.0.11
712

8-
913
Version 1.5.2
1014
------------
1115
- Broker Content Provider Changes

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.11', changing: true)
151+
snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '2.0.12', changing: true)
152152

153-
distApi("com.microsoft.identity:common:2.0.11") {
153+
distApi("com.microsoft.identity:common:2.0.12") {
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.3
2+
versionName=1.5.4
33
versionCode=0

0 commit comments

Comments
 (0)