commit | e40a7007f240221df04d72eb5b947257b3c5cfef | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Jul 23 01:07:25 2021 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Jul 23 01:07:25 2021 +0000 |
tree | aea03753ccdc4aeb3d5914b9eb75c65ea8f5899e | |
parent | 967bec21985efc36d3080b1f7cf5b4dcd0307e4c [diff] | |
parent | 8506118076dc7d025c7eccd2929130dc033a2fe3 [diff] |
Snap for 7574908 from 8506118076dc7d025c7eccd2929130dc033a2fe3 to sc-v2-release Change-Id: I0db9c4135a19928ae07c67b65042599ce73bc185
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 @@ * 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";