Skip to content

Commit ed4dabe

Browse files
authored
Merge pull request #1458 from AzureAD/shoatman/release-version
Updated with release version and updated changelog
2 parents 96cd8f5 + ef8e72d commit ed4dabe

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki
2+
Version 2.1.0
3+
----------
4+
5+
- Adds preview support for authorization using current Android Task
6+
- Fixes resource URI casing issue.
7+
28
Version 2.0.12
39
----------
410

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

279-
distApi("com.microsoft.identity:common:3.4.4-RC3") {
279+
distApi("com.microsoft.identity:common:3.4.4") {
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.1.0-RC4
2+
versionName=2.1.0
33
versionCode=0

0 commit comments

Comments
 (0)