We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8de32c0 + 77339e4 commit ce3a4a7Copy full SHA for ce3a4a7
README.md
@@ -43,12 +43,12 @@ Add to your app's Build.Gradle:
43
mavenCentral()
44
}
45
dependencies {
46
- compile('com.microsoft.identity.client:msal:0.1.0') {
+ compile('com.microsoft.identity.client:msal:0.1.1') {
47
// if your app includes android support
48
// libraries or GSON in its dependencies
49
// uncomment below
50
51
- // exclude group: 'com.android.support'
+ // exclude group: 'com.android.support', module: 'appcompat-v7'
52
// exclude group: 'com.google.code.gson'
53
54
0 commit comments