AzureAD / azure-activedirectory-library-for-android

The ADAL SDK for Android gives you the ability to add support for Work Accounts to your application with just a few lines of additional code. This SDK gives your application the full functionality of Microsoft Azure AD, including industry standard protocol support for OAuth2, Web API integration with user level consent, and two factor authentication support.
http://www.windowsazure.com/en-us/services/active-directory/
MIT License
177 stars 108 forks source link

Exclude common to be pulled from testUtils dependency #1734

Closed iamgusain closed 1 year ago

iamgusain commented 1 year ago

Excluding common to be pulled in from testutils as transitive dependency, since we specify the common version separately. This sometime causes failure in daily build due to version conflicts.