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.
Adding ADAL to your gradle project is quite simple. Add, the following line to your Build.gradle file:
Build.gradle
dependencies { compile ('compile('com.microsoft.aad:adal:1.14.0')') { exclude group: 'com.android.support' }```