Skip to content

Commit

Permalink
Merge pull request #431 from sunday18/patch-1
Browse files Browse the repository at this point in the history
CB-13818: (android) Update android_sdk.js to support Android Oreo 8.0 (API 26) emulator
  • Loading branch information
infil00p committed Jan 26, 2018
2 parents 38a5f89 + 8563c8b commit 3d83fd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/templates/cordova/lib/android_sdk.js
Expand Up @@ -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) {
Expand Down

0 comments on commit 3d83fd7

Please sign in to comment.