JB MR2 == API 18.
Change-Id: Ia62a81f8ebc79ae0e01b181f4ef47ef192c71592
This commit is contained in:
@@ -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". */
|
||||
|
||||
Reference in New Issue
Block a user