diff --git a/changelog b/changelog index ab6ee525d..9019e58bd 100644 --- a/changelog +++ b/changelog @@ -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 diff --git a/common b/common index fc12172d4..cc0077295 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit fc12172d4dcb179ee5ca1f826dff6d31bf904aa7 +Subproject commit cc0077295e1281005c5640399764fbf95705dbae diff --git a/msal/build.gradle b/msal/build.gradle index 5d80787b6..4421b28ce 100644 --- a/msal/build.gradle +++ b/msal/build.gradle @@ -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 } } diff --git a/msal/versioning/version.properties b/msal/versioning/version.properties index cef953866..47a7c6752 100644 --- a/msal/versioning/version.properties +++ b/msal/versioning/version.properties @@ -1,3 +1,3 @@ #Wed Aug 01 15:24:11 PDT 2018 -versionName=1.0.0 +versionName=1.0.0-hf1 versionCode=0