API version 10

This commit is contained in:
Dominik Schürmann
2015-11-23 09:26:12 +01:00
parent 69bb27a25c
commit 5a233eab0e
2 changed files with 2 additions and 2 deletions

View File

@@ -779,7 +779,7 @@ public class OpenPgpService extends RemoteService {
// version code is required and needs to correspond to version code of service!
// History of versions in openpgp-api's CHANGELOG.md
List<Integer> supportedVersions = Arrays.asList(3, 4, 5, 6, 7, 8, 9);
List<Integer> supportedVersions = Arrays.asList(3, 4, 5, 6, 7, 8, 9, 10);
if (!supportedVersions.contains(data.getIntExtra(OpenPgpApi.EXTRA_API_VERSION, -1))) {
Intent result = new Intent();
OpenPgpError error = new OpenPgpError