abernix 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_r164148661
 
 

 ##########
 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:
   Correct!  That should be added as well, it seems.  See also, my #430.
   
   Refs: 
https://source.android.com/setup/build-numbers#platform-code-names-versions-api-levels-and-ndk-releases

----------------------------------------------------------------
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]

Reply via email to