Skip to content

Commit d5ce860

Browse files
authored
Merge pull request #885 from AzureAD/release/1.1.0-hf1
Merge release/1.1.0-hf1 to master (Update common for hotfix)
2 parents c7daa6e + 6036a92 commit d5ce860

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

changelog

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

3+
Version 1.1.0-hf1
4+
- Fix issue #882
5+
36
Version 1.1.0
47
----------------------------
58
- Expose id_token (raw) via IAccount/ITenantProfile from AuthenticationResult (#850)

msal/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ dependencies {
144144
transitive = false
145145
}
146146

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

149-
distApi("com.microsoft.identity:common:1.0.13") {
149+
distApi("com.microsoft.identity:common:1.0.13-hf1") {
150150
transitive = false
151151
}
152152
}

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.1.0
2+
versionName=1.1.0-hf1
33
versionCode=0

0 commit comments

Comments
 (0)