Merge "Update the DB version." into jb-ub-latinimegoogle

This commit is contained in:
Dan Zivkovic 2015-05-08 19:28:55 +00:00 committed by Android (Google) Code Review
commit f7a8edba2f

View file

@ -50,7 +50,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 = 14;
private static final int CURRENT_METADATA_DATABASE_VERSION = 15;
private final static long NOT_A_DOWNLOAD_ID = -1;