Skip to content

Commit 6fd0fea

Browse files
Merge pull request #1534 from AzureAD/release/2.2.2
Release/2.2.2 merge to master
2 parents 90ce1eb + 20292bd commit 6fd0fea

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

changelog

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

3+
Version 2.2.2
4+
----------
5+
6+
37
Version 2.2.1
48
----------
59
- [PATCH] Picks up [email protected]

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.6.2', changing: true)
277+
snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '3.6.3', changing: true)
278278

279-
distApi("com.microsoft.identity:common:3.6.2") {
279+
distApi("com.microsoft.identity:common:3.6.3") {
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.2.1
2+
versionName=2.2.2
33
versionCode=0

0 commit comments

Comments
 (0)