API version 10
This commit is contained in:
@@ -779,7 +779,7 @@ public class OpenPgpService extends RemoteService {
|
|||||||
|
|
||||||
// version code is required and needs to correspond to version code of service!
|
// version code is required and needs to correspond to version code of service!
|
||||||
// History of versions in openpgp-api's CHANGELOG.md
|
// 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))) {
|
if (!supportedVersions.contains(data.getIntExtra(OpenPgpApi.EXTRA_API_VERSION, -1))) {
|
||||||
Intent result = new Intent();
|
Intent result = new Intent();
|
||||||
OpenPgpError error = new OpenPgpError
|
OpenPgpError error = new OpenPgpError
|
||||||
|
|||||||
2
extern/openpgp-api-lib
vendored
2
extern/openpgp-api-lib
vendored
Submodule extern/openpgp-api-lib updated: 04b9c31dc7...89bf03c498
Reference in New Issue
Block a user