From 89bf03c4985bde93d196d28beddf73ac5d7f421d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Mon, 23 Nov 2015 09:24:43 +0100 Subject: Increase version to 10 --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c68be12..8cb6e5e 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,8 @@ The OpenPGP API provides methods to execute OpenPGP operations, such as sign, en ### News -#### Version 9 - * AIDL Service has been changed from IOpenPgpService.aidl to IOpenPgpService2.aidl - This fixes truncated data streams (thanks to 'mgeier63'). - * Fix for OpenPgpKeyPreference: Properly execute pending user interactions - * Charset moved to OpenPgpMetadata +#### Version 10 + * Retrieve whole public key via ACTION_GET_KEY [Full changelog hereā€¦](https://github.com/open-keychain/openpgp-api/blob/master/CHANGELOG.md) @@ -26,7 +23,7 @@ repositories { } dependencies { - compile 'org.sufficientlysecure:openpgp-api:9.0' + compile 'org.sufficientlysecure:openpgp-api:10.0' } ``` -- cgit v1.2.3