Skip to content

Commit e4618f2

Browse files
authored
Merge pull request #1383 from AzureAD/release/2.0.12
Merge Release/2.0.12 to master
2 parents 8d060c2 + f25cd08 commit e4618f2

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki
2+
Version 2.0.12
3+
----------
4+
5+
26
Version 2.0.10
37
----------
48
- [PATCH] Add extra '/' in the example intent filter (#1323)

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

279-
distApi("com.microsoft.identity:common:3.3.1") {
279+
distApi("com.microsoft.identity:common:3.4.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.0.10
2+
versionName=2.0.12
33
versionCode=0

0 commit comments

Comments
 (0)