Skip to content

Commit

Permalink
version update for 1.1.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weijjia committed May 6, 2016
1 parent ba170fb commit 0a116ec
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A Work Account is an identity you use to get work done no matter if at your busi
## ADAL for Android 1.0 Released!

Thanks to all your great feedback over the preview period, we have released 1.0 (GA) of the Microsoft Azure Active Directory Library for Android!
Recent version is 1.1.18
Recent version is 1.1.19

## Features
* Industry standard Oauth2 protocol support.
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.1.19
--------------
(Hotfix) To avoid app crashing from runtime exceptions thrown by AndroidKeystore, catch and rethrow as checked exception

Version 1.1.18
--------------
(Hotfix) Revert the checking for private key before unwrapping
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<properties>
<scm.branch>master</scm.branch>
<maven.version>3.1.1</maven.version>
<adal.version>1.1.18</adal.version>
<adal.version>1.1.19</adal.version>
<android.platform.maven.plugin>21</android.platform.maven.plugin>
<android.version>[4.1.1.4,)</android.version>
<android.support.version>[21,)</android.support.version>
Expand Down
4 changes: 2 additions & 2 deletions src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.aad</groupId>
<artifactId>adal</artifactId>
<version>1.1.18</version>
<version>1.1.19</version>
<packaging>aar</packaging>
<name>adal</name>
<properties>
<scm.branch>master</scm.branch>
<maven.version>3.1.1</maven.version>
<adal.version>1.1.18</adal.version>
<adal.version>1.1.19</adal.version>
<android.platform.maven.plugin>21</android.platform.maven.plugin>
<android.version>[4.1.1.4,)</android.version>
<android.support.version>[21,)</android.support.version>
Expand Down
2 changes: 1 addition & 1 deletion src/src/com/microsoft/aad/adal/AuthenticationContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -2222,7 +2222,7 @@ public static String getVersionName() {
// Package manager does not report for ADAL
// AndroidManifest files are not merged, so it is returning hard coded
// value
return "1.1.18";
return "1.1.19";
}

/**
Expand Down

0 comments on commit 0a116ec

Please sign in to comment.