Update cache version based on new icon sizes.

Change-Id: Ia82edd366cba19efbec0c1764484c51a976c5aa1
This commit is contained in:
Jon Miranda
2017-06-27 14:04:01 -07:00
parent 8db04610f9
commit 6cdc16cf84
2 changed files with 2 additions and 2 deletions

View File

@@ -753,7 +753,7 @@ public class IconCache {
}
private static final class IconDB extends SQLiteCacheHelper {
private final static int DB_VERSION = 16;
private final static int DB_VERSION = 17;
private final static int RELEASE_VERSION = DB_VERSION +
(FeatureFlags.LAUNCHER3_DISABLE_ICON_NORMALIZATION ? 0 : 1);