janpio commented on a change in pull request #431: CB-13818: (android) Update
android_sdk.js to support Android Oreo 8.0 (API 26) emulator
URL: https://github.com/apache/cordova-android/pull/431#discussion_r164084142
##########
File path: bin/templates/cordova/lib/android_sdk.js
##########
@@ -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
Review comment:
API 27 is out as well, right - which one does that correspond to? 8.1?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]