Skip to content

Commit 7384ac2

Browse files
committed
updated common and the msal version
1 parent e2c739c commit 7384ac2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki
2-
Version 2.0.9
2+
Version 2.1.0
33
----------
44
- [PATCH] Add extra '/' in the example intent filter (#1323)
55
- [PATCH] Better PublicClientApplicationConfiguration validation to fail when empty string is passed (#1324)
66
- [PATCH] Improve redirect_uri validation of PCA manifest (#1327)
7-
- Picks up [email protected].0
7+
- Picks up [email protected].1
88

99
Version 2.0.8
1010
----------

msal/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@ dependencies {
274274
transitive = false
275275
}
276276

277-
snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '3.3.0', changing: true)
277+
snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '3.3.1', changing: true)
278278

279-
distApi("com.microsoft.identity:common:3.3.0") {
279+
distApi("com.microsoft.identity:common:3.3.1") {
280280
transitive = false
281281
}
282282
}

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=2.0.9
2+
versionName=2.1.0
33
versionCode=0

0 commit comments

Comments
 (0)