JB MR2 == API 18.

Change-Id: Ia62a81f8ebc79ae0e01b181f4ef47ef192c71592
This commit is contained in:
Dianne Hackborn
2013-04-22 13:04:28 -07:00
parent b0579834e7
commit d2eeed635d
2 changed files with 3 additions and 3 deletions

View File

@@ -433,9 +433,9 @@ public class Build {
public static final int JELLY_BEAN_MR1 = 17;
/**
* Android 4.X: Jelly Bean MR2, the revenge of the beans.
* Android 4.3: Jelly Bean MR2, the revenge of the beans.
*/
public static final int JELLY_BEAN_MR2 = CUR_DEVELOPMENT;
public static final int JELLY_BEAN_MR2 = 18;
}
/** The type of build, like "user" or "eng". */