Skip to content

Commit 47833bb

Browse files
authored
Merge pull request #1030 from AzureAD/release/1.5.1
Merge Release/1.5.1 to master
2 parents 7dde494 + ff1b55f commit 47833bb

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

changelog

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

3+
Version 1.5.1
4+
------------
5+
- Fix to add the throwIfNetworkNotAvailable API back to common library for ADAL back compat.
6+
7+
38
Version 1.5.0
49
------------
510
- Added new Single Account Public Client Application API overloads
@@ -19,6 +24,7 @@ Version 1.5.0
1924
- Fixed #838 (Fragment state NPE)
2025
- Fixed #957 (cache migration not performed)
2126
- Project wide internal code refactoring using Lombok
27+
2228

2329
Version 1.4.1
2430
------------

msal/build.gradle

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

148-
snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '2.0.7', changing: true)
148+
snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '2.0.8', changing: true)
149149

150-
distApi("com.microsoft.identity:common:2.0.7") {
150+
distApi("com.microsoft.identity:common:2.0.8") {
151151
transitive = false
152152
}
153153
}

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=1.5.0
2+
versionName=1.5.1
33
versionCode=0

0 commit comments

Comments
 (0)