Skip to content

Commit

Permalink
Hotfix Release 1.5.4 - Merge to Master (#1083)
Browse files Browse the repository at this point in the history
* Update submodule to [email protected]

* Update version to 1.5.4

* Update gradle deps to 2.0.12

* Update changelog
  • Loading branch information
iambmelt authored Jul 2, 2020
1 parent 46991b7 commit 0924464
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki

Version 1.5.4
-----------
- Fix for NPE if sub_error is null.
- Picks up [email protected]

Version 1.5.3
-----------
- Changes to delete RT on bad_token suberror.
- Picks up [email protected]


Version 1.5.2
------------
- Broker Content Provider Changes
Expand Down
4 changes: 2 additions & 2 deletions msal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ dependencies {
transitive = false
}

snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '2.0.11', changing: true)
snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '2.0.12', changing: true)

distApi("com.microsoft.identity:common:2.0.11") {
distApi("com.microsoft.identity:common:2.0.12") {
transitive = false
}
}
Expand Down
2 changes: 1 addition & 1 deletion msal/versioning/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Wed Aug 01 15:24:11 PDT 2018
versionName=1.5.3
versionName=1.5.4
versionCode=0

0 comments on commit 0924464

Please sign in to comment.