1
0
mirror of https://github.com/moparisthebest/open-keychain synced 2025-03-04 19:29:41 -05:00

Increase API_VERSION to 3

This commit is contained in:
Dominik Schürmann 2014-03-30 19:18:18 +02:00
parent b648d87d76
commit e3a7d372a3

@ -32,7 +32,7 @@ public class OpenPgpApi {
public static final String TAG = "OpenPgp API";
public static final int API_VERSION = 2;
public static final int API_VERSION = 3;
public static final String SERVICE_INTENT = "org.openintents.openpgp.IOpenPgpService";
/**