9
0

Update comments ()

as followup to GH-495
This commit is contained in:
Chris Brody 2018-09-12 07:52:11 -04:00 committed by Christopher J. Brody
parent 00134cf9f3
commit dbc99e8f4c

@ -175,8 +175,9 @@ android {
buildToolsVersion cdvBuildToolsVersion buildToolsVersion cdvBuildToolsVersion
// This code exists for Crosswalk and other Native APIs. // This code exists for Crosswalk and other Native APIs.
//By default, we multiply the existing version code in the Android Manifest by 10 and // By default, we multiply the existing version code in the
//add a number for each architecture. If you are not using Crosswalk or SQLite, you can // Android Manifest by 10 and add a number for each architecture.
// If you are not using Crosswalk or SQLite, you can
// ignore this chunk of code, and your version codes will be respected. // ignore this chunk of code, and your version codes will be respected.
if (Boolean.valueOf(cdvBuildMultipleApks)) { if (Boolean.valueOf(cdvBuildMultipleApks)) {