Skip to content

build in gradle

Daniel Dobalian edited this page Mar 12, 2018 · 3 revisions

Gradle

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

dependencies {
    compile ('compile('com.microsoft.aad:adal:1.14.0')') {
        exclude group: 'com.android.support'

}```

Clone this wiki locally