Bump version of IconDB to roll out the new work profile badge

BUG: 73815682
Change-Id: Ia4311f4a9f7adb7795138ecaf909b7f8a9b8ec4d
This commit is contained in:
repo sync -j8 -c
2018-02-26 17:39:27 +00:00
committed by Tony Mak
parent 8565924e27
commit 749ff51a66
+1 -1
View File
@@ -785,7 +785,7 @@ public class IconCache {
}
private static final class IconDB extends SQLiteCacheHelper {
private final static int RELEASE_VERSION = 20;
private final static int RELEASE_VERSION = 21;
private final static String TABLE_NAME = "icons";
private final static String COLUMN_ROWID = "rowid";