Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91469dec authored by Jon Miranda's avatar Jon Miranda
Browse files

Update icon cache version.

We increased the icon size in I96e228ad94540a517e89711310778774762e9ff3

Bug: 194124461
Test: manual, icons not blurry
Change-Id: I57a3fee49a24932dd2a4b2f7890c5fd2768af98b
parent badf5f5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -510,7 +510,7 @@ public abstract class BaseIconCache {
     * Cache class to store the actual entries on disk
     */
    public static final class IconDB extends SQLiteCacheHelper {
        private static final int RELEASE_VERSION = 30;
        private static final int RELEASE_VERSION = 31;

        public static final String TABLE_NAME = "icons";
        public static final String COLUMN_ROWID = "rowid";