Skip to content

Commit 76c76a2

Browse files
committed
Add API change to changelog. Add -SNAPSHOT to snapshotApi
1 parent 28705ac commit 76c76a2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr
22

33
Version 1.2.0
44
------------
5+
- API change
6+
* Replaced the following PublicClientApplication#create methods.
7+
- create(context, clientId, listener)
8+
- create(context, clientId, authority, listener)
9+
with
10+
- create(context, clientId, authority, redirectUri, listener)
511
- Fixed issue #850, #890.
612
- Fixed issue #770 in common.
713
- Return AndroidManifest config error in onError() instead of throwing a runtime exception.

msal/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ dependencies {
144144
transitive = false
145145
}
146146

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

149149
distApi("com.microsoft.identity:common:1.0.14") {
150150
transitive = false

0 commit comments

Comments
 (0)