Merge pull request #431 from sunday18/patch-1

CB-13818: (android) Update android_sdk.js to support Android Oreo 8.0 (API 26) emulator
This commit is contained in:
Joe Bowser
2018-01-26 12:32:53 -08:00
committed by GitHub
+2 -1
View File
@@ -62,7 +62,8 @@ module.exports.version_string_to_api_level = {
'5.1': 22,
'6.0': 23,
'7.0': 24,
'7.1.1': 25
'7.1.1': 25,
'8.0': 26
};
function parse_targets (output) {