Increase icon cache version

Bug: 123939586

TL;DR;; For users that lost the change icon shape setting in home settings,
their icons will start upgrading to circle resulting in inconsistent
shapes.

Change-Id: Ibe5f1cdcc39a6b8688c287f46bcc7d7b09302b27
This commit is contained in:
Hyunyoung Song
2019-02-12 09:23:04 -08:00
parent 2341e5b09f
commit 224b028092

View File

@@ -505,7 +505,7 @@ public abstract class BaseIconCache {
}
static final class IconDB extends SQLiteCacheHelper {
private final static int RELEASE_VERSION = 25;
private final static int RELEASE_VERSION = 26;
public final static String TABLE_NAME = "icons";
public final static String COLUMN_ROWID = "rowid";