Skip to content

Commit

Permalink
Merge pull request #885 from AzureAD/release/1.1.0-hf1
Browse files Browse the repository at this point in the history
Merge release/1.1.0-hf1 to master (Update common for hotfix)
  • Loading branch information
shahzaibj authored Jan 6, 2020
2 parents c7daa6e + 6036a92 commit d5ce860
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki

Version 1.1.0-hf1
- Fix issue #882

Version 1.1.0
----------------------------
- Expose id_token (raw) via IAccount/ITenantProfile from AuthenticationResult (#850)
Expand Down
4 changes: 2 additions & 2 deletions msal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ dependencies {
transitive = false
}

snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '1.0.13', changing: true)
snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '1.0.13-hf1', changing: true)

distApi("com.microsoft.identity:common:1.0.13") {
distApi("com.microsoft.identity:common:1.0.13-hf1") {
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.1.0
versionName=1.1.0-hf1
versionCode=0

0 comments on commit d5ce860

Please sign in to comment.