Skip to content

Commit

Permalink
Merge pull request #844 from AzureAD/release/1.0.0-hf1
Browse files Browse the repository at this point in the history
Merge release 1.0.0-hf1 to master
  • Loading branch information
kreedula authored Nov 26, 2019
2 parents 2efa69e + bc00caa commit 10557b6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki

Version 1.0.0-hf1
----------------------------
- Logging fixes in common.

Version 1.0.0
----------------------------
- MSAL Android is now generally available with MSAL 1.0
Expand Down
4 changes: 2 additions & 2 deletions msal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ dependencies {
transitive = false
}

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

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

0 comments on commit 10557b6

Please sign in to comment.