Skip to content

Commit da58b40

Browse files
author
kreedula
committed
Bumped version to 0.1.3
1 parent 2e5460c commit da58b40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki
22

3-
Version 0.1.2
3+
Version 0.1.3
44
----------------------------
55
1. GDPR compliance to Telemetry and Logger. Link: https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki/Logging
66
2. Fix the bug on CustomTabService checking when calling getCustomTabsServiceIsBound()

msal/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
minSdkVersion rootProject.ext.minSdkVersion
1515
targetSdkVersion rootProject.ext.targetSdkVersion
1616
versionCode 0
17-
versionName '0.1.2'
17+
versionName '0.1.3'
1818
project.archivesBaseName = "msal"
1919
project.version = android.defaultConfig.versionName
2020
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)