mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am b9a16b88
: Bump up the current metadata database version.
* commit 'b9a16b88bf5b976e47b50f66b646f002954a5d83': Bump up the current metadata database version.
This commit is contained in:
commit
e4ba918add
@ -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 = 12;
|
||||
private static final int CURRENT_METADATA_DATABASE_VERSION = 13;
|
||||
|
||||
private final static long NOT_A_DOWNLOAD_ID = -1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user