Skip to content

Commit

Permalink
Merge pull request #940 from AzureAD/release/1.12.1
Browse files Browse the repository at this point in the history
update it to 1.13.0 in readme
  • Loading branch information
weijjia authored Aug 10, 2017
2 parents 3f783e3 + 729704e commit 3695bea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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).

Expand Down Expand Up @@ -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
Expand All @@ -134,7 +134,7 @@ If you are using the m2e plugin in Eclipse, you can specify the dependency in yo
<dependency>
<groupId>com.microsoft.aad</groupId>
<artifactId>adal</artifactId>
<version>1.12.0</version>
<version>1.13.0</version>
<type>aar</type>
</dependency>
```
Expand Down

0 comments on commit 3695bea

Please sign in to comment.