diff --git a/README.md b/README.md index f418c46e6..5755fc31e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The ADAL SDK for Android gives you the ability to add support for Work Accounts A Work Account is an identity you use to get work done no matter if at your business or on a college campus. Anywhere you need to get access to your work life you'll use a Work Account. The Work Account can be tied to an Active Directory server running in your datacenter or live completely in the cloud like when you use Office365. A Work Account will be how your users know that they are accessing their important documents and data backed my Microsoft security. -## ADAL for Android 1.12.1 Released! +## ADAL for Android 1.13.0 Released! ## Build status | Branch | Status | @@ -16,7 +16,7 @@ A Work Account is an identity you use to get work done no matter if at your busi Note: A corpnet account is required to view the VSTS build. ## Versions -Current version - 1.12.1 +Current version - 1.13.0 Minimum recommended version - 1.1.16 You can find the changes for each version in the [change log](https://github.com/AzureAD/azure-activedirectory-library-for-android/blob/master/changelog.txt). @@ -113,7 +113,7 @@ repositories { } dependencies { // your dependencies here... - compile('com.microsoft.aad:adal:1.12.+') { + compile('com.microsoft.aad:adal:1.13.+') { // if your app includes android support // libraries or Gson in its dependencies // exclude that groupId from ADAL's compile @@ -134,7 +134,7 @@ If you are using the m2e plugin in Eclipse, you can specify the dependency in yo com.microsoft.aad adal - 1.12.0 + 1.13.0 aar ```