summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-23 01:07:25 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-23 01:07:25 +0000
commite40a7007f240221df04d72eb5b947257b3c5cfef (patch)
treeaea03753ccdc4aeb3d5914b9eb75c65ea8f5899e
parent967bec21985efc36d3080b1f7cf5b4dcd0307e4c (diff)
parent8506118076dc7d025c7eccd2929130dc033a2fe3 (diff)
Snap for 7574908 from 8506118076dc7d025c7eccd2929130dc033a2fe3 to sc-v2-release
Change-Id: I0db9c4135a19928ae07c67b65042599ce73bc185
-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";