Skip to content

Commit

Permalink
Merge pull request #1534 from AzureAD/release/2.2.2
Browse files Browse the repository at this point in the history
Release/2.2.2 merge to master
  • Loading branch information
tanmaymanolkar1 authored Oct 13, 2021
2 parents 90ce1eb + 20292bd commit 6fd0fea
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 2.2.2
----------
- Picks up common@3.6.3

Version 2.2.1
----------
- [PATCH] Picks up common@3.6.2
Expand Down
4 changes: 2 additions & 2 deletions msal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,9 @@ dependencies {
transitive = false
}

snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '3.6.2', changing: true)
snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '3.6.3', changing: true)

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

0 comments on commit 6fd0fea

Please sign in to comment.