Skip to content

Commit 9f50e59

Browse files
Merge pull request #1240 from AzureAD/release/2.0.5
merge release/2.0.5 to master
2 parents 22710a1 + ba723cf commit 9f50e59

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr
33
v.Next
44
----------
55

6+
Version 2.0.4
7+
----------
8+
- Fix exception casting issue in CommandDispatcher (common #1121)
9+
10+
611
Version 2.0.4
712
----------
813
- Fix syntax error in proguard rules, add usage of proguard to test app #1224

common

Submodule common updated 26 files

msal/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ dependencies {
144144
transitive = false
145145
}
146146

147-
snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '3.0.6', changing: true)
147+
snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '3.0.8', changing: true)
148148

149-
distApi("com.microsoft.identity:common:3.0.6") {
149+
distApi("com.microsoft.identity:common:3.0.8") {
150150
transitive = false
151151
}
152152
}

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.4
2+
versionName=2.0.5
33
versionCode=0

0 commit comments

Comments
 (0)