From commits-return-51546-archive-asf-public=cust-asf.ponee.io@cordova.apache.org Fri Jan 26 21:32:57 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 48246180657 for ; Fri, 26 Jan 2018 21:32:57 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 36E6F160C3E; Fri, 26 Jan 2018 20:32:57 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 76791160C2E for ; Fri, 26 Jan 2018 21:32:56 +0100 (CET) Received: (qmail 65433 invoked by uid 500); 26 Jan 2018 20:32:55 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 65424 invoked by uid 99); 26 Jan 2018 20:32:55 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jan 2018 20:32:55 +0000 From: GitBox To: commits@cordova.apache.org Subject: [GitHub] infil00p closed pull request #431: CB-13818: (android) Update android_sdk.js to support Android Oreo 8.0 (API 26) emulator Message-ID: <151699877513.15699.2199725535226921786.gitbox@gitbox.apache.org> infil00p closed 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 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/bin/templates/cordova/lib/android_sdk.js b/bin/templates/cordova/lib/android_sdk.js index ca8f9e338..148f9f3db 100755 --- a/bin/templates/cordova/lib/android_sdk.js +++ b/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 }; function parse_targets (output) { ---------------------------------------------------------------- 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: users@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org