aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
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'
}
```