Skip to content

Instantly share code, notes, and snippets.

@ricalo
Created March 30, 2015 23:08
Show Gist options
  • Save ricalo/61567e3344ea3550171c to your computer and use it in GitHub Desktop.
Save ricalo/61567e3344ea3550171c to your computer and use it in GitHub Desktop.
Gradle dependencies to use ADAL and the Office 365 SDK for Android
// base OData library:
compile group: 'com.microsoft.services', name: 'odata-engine-core', version: '0.12.1'
compile group: 'com.microsoft.services', name: 'odata-engine-android-impl', version: '0.12.1', ext:'aar'
// choose the discovery and outlook services
compile group: 'com.microsoft.services', name: 'discovery-services', version: '0.12.1'
compile group: 'com.microsoft.services', name: 'outlook-services', version: '0.12.1'
// Azure Active Directory Library
compile group: 'com.microsoft.aad', name: 'adal', version: '1.1.1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment