Files
fdroidclient/app
Hans-Christoph Steiner 4b2aec6d08 fix crash loop when upgrading from v0.101
For upgrades from DB version earlier than 63, the whole table is recreated
by resetTransient() in migrateToPackageTable() so the upgrade method for
the OBB tables only needs to run when the database is at exactly version 63

This was mistakenly added to cd9582c990 when
it was rebased on !375.
2016-10-06 23:22:56 +02:00
..