Bump up the current metadata database version to 14.

Change-Id: I49057f117666291c2e9e7ba3c3627f75ffc3cca5
This commit is contained in:
Mario Tanev 2015-03-16 18:01:23 -07:00
parent 56e7673917
commit 323d48d748

View file

@ -48,7 +48,7 @@ public class MetadataDbHelper extends SQLiteOpenHelper {
private static final int METADATA_DATABASE_VERSION_WITH_CLIENTID = 6;
// The current database version.
// This MUST be increased every time the dictionary pack metadata URL changes.
private static final int CURRENT_METADATA_DATABASE_VERSION = 13;
private static final int CURRENT_METADATA_DATABASE_VERSION = 14;
private final static long NOT_A_DOWNLOAD_ID = -1;