fix db upgrade from 1.0-alpha3 --> 1.0-alpha4
This should have been set to 75 in the original commit that added this: caa1ead689eedd2023fa5b6b29bde40517d84668 #1181
This commit is contained in:
parent
461fe4292b
commit
58a10a9ab6
@ -315,7 +315,7 @@ class DBHelper extends SQLiteOpenHelper {
|
||||
}
|
||||
|
||||
private void addApkAntiFeatures(SQLiteDatabase db, int oldVersion) {
|
||||
if (oldVersion >= 74) {
|
||||
if (oldVersion >= 75) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user