Skip to content
Snippets Groups Projects
Commit b9a16b88 authored by Mario Tanev's avatar Mario Tanev
Browse files

Bump up the current metadata database version.

Change-Id: Id2814a2224b90ba124f1c9801760a2c86f2dc2e2
parent eaa710d4
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ public class MetadataDbHelper extends SQLiteOpenHelper { ...@@ -48,7 +48,7 @@ public class MetadataDbHelper extends SQLiteOpenHelper {
private static final int METADATA_DATABASE_VERSION_WITH_CLIENTID = 6; private static final int METADATA_DATABASE_VERSION_WITH_CLIENTID = 6;
// The current database version. // The current database version.
// This MUST be increased every time the dictionary pack metadata URL changes. // This MUST be increased every time the dictionary pack metadata URL changes.
private static final int CURRENT_METADATA_DATABASE_VERSION = 12; private static final int CURRENT_METADATA_DATABASE_VERSION = 13;
private final static long NOT_A_DOWNLOAD_ID = -1; private final static long NOT_A_DOWNLOAD_ID = -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment