Acknowledged

bug: venusqm CIQ version isn't updated

On a physical venusqm the API level is 3.3.6, but in compiler.json it's only 3.3.1 and here: https://developer.garmin.com/connect-iq/compatible-devices/ it's only 3.3.0

Parents
  • And that's exactly what I wrote about, it only to force the users to download new firmware.
    Limiting the minimum version just because there's a new API?
    And what if the developer doesn't need this API?
    And what if the developer wants to use HAS and support the old firmware?
    Of course, the solution is to modify each json and change the version.... Otherwise, building a new version just because, for example, a new device has appeared (e.g. descent G2) immediately causes that many users will not download the new version for no reason.
    Only the minSdkVersion in the manifest should be used to eliminate devices.

    And if the intention is what Kyle writes, the version of each called system function (taking HAS into account) should be checked during compilation and only its use should limit devices when downloading applications from the store.

Comment
  • And that's exactly what I wrote about, it only to force the users to download new firmware.
    Limiting the minimum version just because there's a new API?
    And what if the developer doesn't need this API?
    And what if the developer wants to use HAS and support the old firmware?
    Of course, the solution is to modify each json and change the version.... Otherwise, building a new version just because, for example, a new device has appeared (e.g. descent G2) immediately causes that many users will not download the new version for no reason.
    Only the minSdkVersion in the manifest should be used to eliminate devices.

    And if the intention is what Kyle writes, the version of each called system function (taking HAS into account) should be checked during compilation and only its use should limit devices when downloading applications from the store.

Children
No Data