diff options
| author | Jon Miranda <jonmiranda@google.com> | 2021-07-22 00:40:27 +0000 |
|---|---|---|
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-07-22 00:40:27 +0000 |
| commit | 8506118076dc7d025c7eccd2929130dc033a2fe3 (patch) | |
| tree | aea03753ccdc4aeb3d5914b9eb75c65ea8f5899e | |
| parent | 71113c210725b5873b531b042bec01a4acde8f20 (diff) | |
| parent | 91469dec992c91f60b3cf0939379fbc1c4efb1f0 (diff) | |
Update icon cache version. am: 91469dec99
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/15341063
Change-Id: I70070f1579f0b06113583d525c9c46731e051465
| -rw-r--r-- | iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.java | 2 |
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"; |
