Skip to content

Commit ce3a4a7

Browse files
authored
Merge pull request #183 from AzureAD/weij/updateReadMe
update readme version to point to 0.1.1 and update the gradle dependency
2 parents 8de32c0 + 77339e4 commit ce3a4a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ Add to your app's Build.Gradle:
4343
mavenCentral()
4444
}
4545
dependencies {
46-
compile('com.microsoft.identity.client:msal:0.1.0') {
46+
compile('com.microsoft.identity.client:msal:0.1.1') {
4747
// if your app includes android support
4848
// libraries or GSON in its dependencies
4949
// uncomment below
5050
51-
// exclude group: 'com.android.support'
51+
// exclude group: 'com.android.support', module: 'appcompat-v7'
5252
// exclude group: 'com.google.code.gson'
5353
}
5454
}

0 commit comments

Comments
 (0)