From 4debbb2a663ec65aa5613ed97c65a106011b6a96 Mon Sep 17 00:00:00 2001 From: Sergei Trofimov Date: Fri, 17 Jul 2015 17:24:14 +0100 Subject: [PATCH] Updating ANROID_VERSION_MAP with recent versions. --- wlauto/utils/android.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wlauto/utils/android.py b/wlauto/utils/android.py index 071f708a..a898e7f7 100644 --- a/wlauto/utils/android.py +++ b/wlauto/utils/android.py @@ -36,6 +36,9 @@ logger = logging.getLogger('android') # See: # http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels ANDROID_VERSION_MAP = { + 22: 'LOLLIPOP_MR1', + 21: 'LOLLIPOP', + 20: 'KITKAT_WATCH', 19: 'KITKAT', 18: 'JELLY_BEAN_MR2', 17: 'JELLY_BEAN_MR1',