Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-7980

Multi-APK building depending on webview

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • cordova-android
    • None

    Description

      Set versionCode depending on whether we are building multiple APKs and which minSdkVersion is set.

      versionCode = (major * 10,000 + minor * 100 + micro) * 10
      Then the last digit is set to
      8: if minSdkVersion is 14+ (Minimum requirement for crosswalk)
      9: if minSdkVersion is 20+ (Minimum requirement for auto-updated system webview)
      0: crorss-platfrom but minSdkVersion < 20
      2: arm 32
      3: reserved for arm64
      4: x86
      5: reserved for x86-64

      Attachments

        Activity

          People

            agrieve Andrew Grieve
            kamrik Mark Koudritsky
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: