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:
Hans-Christoph Steiner 2017-10-04 23:09:06 +02:00
parent 461fe4292b
commit 58a10a9ab6

View File

@ -315,7 +315,7 @@ class DBHelper extends SQLiteOpenHelper {
}
private void addApkAntiFeatures(SQLiteDatabase db, int oldVersion) {
if (oldVersion >= 74) {
if (oldVersion >= 75) {
return;
}