Skip to content

build in gradle

Shane Oatman edited this page Jul 13, 2018 · 3 revisions

Gradle

Adding ADAL to your gradle project is quite simple. Add, the following line to the dependencies section of your Build.gradle file:

implementation ('com.microsoft.aad:adal:1.14.+') {
    exclude group: 'com.android.support'
}
Clone this wiki locally