Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37f5b0d4 authored by Adrian Velicu's avatar Adrian Velicu
Browse files

Bumping metadata database version to 11.

Change-Id: I19e2f701f3e2334355bfd7105f9b62dcb53cc209
parent 91a81a27
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -47,7 +47,8 @@ public class MetadataDbHelper extends SQLiteOpenHelper {
    // used to identify the versions for upgrades. This should never change going forward.
    private static final int METADATA_DATABASE_VERSION_WITH_CLIENTID = 6;
    // The current database version.
    private static final int CURRENT_METADATA_DATABASE_VERSION = 10;
    // This MUST be increased every time the dictionary pack metadata URL changes.
    private static final int CURRENT_METADATA_DATABASE_VERSION = 11;

    private final static long NOT_A_DOWNLOAD_ID = -1;