1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-27 11:42:16 -05:00

Increment settings version

This commit is contained in:
cketti 2014-08-29 01:45:48 +02:00
parent e4d26b8c75
commit ac1ed9eef3

View File

@ -35,7 +35,7 @@ public class Settings {
*
* @see SettingsExporter
*/
public static final int VERSION = 32;
public static final int VERSION = 33;
public static Map<String, Object> validate(int version, Map<String,
TreeMap<Integer, SettingsDescription>> settings,