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";