Skip to content

Instantly share code, notes, and snippets.

@falkolab
Last active October 15, 2015 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save falkolab/b572b440d15626f9d2dc to your computer and use it in GitHub Desktop.
Save falkolab/b572b440d15626f9d2dc to your computer and use it in GitHub Desktop.
Android VERSION_CODES for Titanium SDK
Alloy.Globals.Android = Alloy.Globals.Android || {};
_.extend(Alloy.Globals.Android.VERSION_CODES, {
CUR_DEVELOPMENT: 10000,
BASE: 1,
BASE_1_1: 2,
CUPCAKE: 3,
DONUT: 4,
ECLAIR: 5,
ECLAIR_0_1: 6,
ECLAIR_MR1: 7,
FROYO: 8,
GINGERBREAD: 9,
GINGERBREAD_MR1: 10,
HONEYCOMB: 11,
HONEYCOMB_MR1: 12,
HONEYCOMB_MR2: 13,
ICE_CREAM_SANDWICH: 14,
ICE_CREAM_SANDWICH_MR1: 15,
JELLY_BEAN: 16,
JELLY_BEAN_MR1: 17,
JELLY_BEAN_MR2: 18,
KITKAT: 19,
KITKAT_WATCH: 20,
LOLLIPOP: 21,
LOLLIPOP_MR1: 22,
M:23
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment