Update android_sdk.js

Update `android_sdk.js` to support Android Oreo (API 26) emulator
This commit is contained in:
sunday18 2018-01-26 06:21:53 +00:00 committed by GitHub
parent cc08e9d84a
commit 8563c8beef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,8 @@ module.exports.version_string_to_api_level = {
'5.1': 22, '5.1': 22,
'6.0': 23, '6.0': 23,
'7.0': 24, '7.0': 24,
'7.1.1': 25 '7.1.1': 25,
'8.0': 26
}; };
function parse_targets (output) { function parse_targets (output) {