am 320cef5f: Merge "Bump up the current metadata database version to 14."

* commit '320cef5fe71baf049971eeac957d2fe73c57b09f':
  Bump up the current metadata database version to 14.
main
Mario Tanev 2015-03-17 14:16:17 +00:00 committed by Android Git Automerger
commit fee38b8dc4
1 changed files with 1 additions and 1 deletions

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;