summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Miranda <jonmiranda@google.com>2021-07-20 14:25:13 -0700
committerJon Miranda <jonmiranda@google.com>2021-07-20 14:26:22 -0700
commit91469dec992c91f60b3cf0939379fbc1c4efb1f0 (patch)
treeaea03753ccdc4aeb3d5914b9eb75c65ea8f5899e
parentbadf5f5f90b54d03ff994487b4be719545022db0 (diff)
Update icon cache version.
We increased the icon size in I96e228ad94540a517e89711310778774762e9ff3 Bug: 194124461 Test: manual, icons not blurry Change-Id: I57a3fee49a24932dd2a4b2f7890c5fd2768af98b
-rw-r--r--iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.java b/iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.java
index cb39490..d685737 100644
--- a/iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.java
+++ b/iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.java
@@ -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";