use keys.openpgp.org by default

This commit is contained in:
Vincent Breitmoser
2019-06-15 19:11:07 +02:00
parent 0a001e4cf6
commit cb054156a7
2 changed files with 14 additions and 10 deletions

View File

@@ -197,7 +197,7 @@ public final class Constants {
public static final class Defaults {
public static final String KEY_SERVERS = "hkps://keyserver.ubuntu.com,hkps://hkps.pool.sks-keyservers.net;hkp://jirk5u4osbsr34t5.onion,hkps://pgp.mit.edu";
public static final int PREF_CURRENT_VERSION = 9;
public static final int PREF_CURRENT_VERSION = 10;
}
public static final class key {