Merge "BatteryStats: Bump checkin format version to 18" into nyc-dev

This commit is contained in:
Adam Lesinski
2016-06-10 00:53:43 +00:00
committed by Android (Google) Code Review

View File

@@ -176,7 +176,7 @@ public abstract class BatteryStats implements Parcelable {
/** /**
* Current version of checkin data format. * Current version of checkin data format.
*/ */
static final String CHECKIN_VERSION = "17"; static final String CHECKIN_VERSION = "18";
/** /**
* Old version, we hit 9 and ran out of room, need to remove. * Old version, we hit 9 and ran out of room, need to remove.