mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-07 18:45:58 +01:00
add newer release api versions
This commit is contained in:
parent
acd0fcd9e3
commit
f6623d8a12
@ -400,6 +400,8 @@ public class ResConfigFlags {
|
|||||||
public final static byte SDK_ICE_CREAM_SANDWICH_MR1 = 15;
|
public final static byte SDK_ICE_CREAM_SANDWICH_MR1 = 15;
|
||||||
public final static byte SDK_JELLY_BEAN = 16;
|
public final static byte SDK_JELLY_BEAN = 16;
|
||||||
public final static byte SDK_JELLY_BEAN_MR1 = 17;
|
public final static byte SDK_JELLY_BEAN_MR1 = 17;
|
||||||
|
public final static byte SDK_JELLY_BEAN_MR2 = 18;
|
||||||
|
public final static byte KITKAT = 19;
|
||||||
|
|
||||||
public final static byte ORIENTATION_ANY = 0;
|
public final static byte ORIENTATION_ANY = 0;
|
||||||
public final static byte ORIENTATION_PORT = 1;
|
public final static byte ORIENTATION_PORT = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user