diff options
Diffstat (limited to 'tools/aapt/SdkConstants.h')
-rw-r--r-- | tools/aapt/SdkConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt/SdkConstants.h b/tools/aapt/SdkConstants.h index 7fd1030..4e0fe10 100644 --- a/tools/aapt/SdkConstants.h +++ b/tools/aapt/SdkConstants.h @@ -37,6 +37,7 @@ enum { SDK_KITKAT = 19, SDK_KITKAT_WATCH = 20, SDK_LOLLIPOP = 21, + SDK_LOLLIPOP_MR1 = 22, }; #endif // H_AAPT_SDK_CONSTANTS |