how to build using Connect IQ 1.4.1 SDK?

hi,
today a new fw for the fr230 has been released. it seems it supports CIQ 1.4.1.
is this SDK available?
right now i used 2.1.5. and this version allows me to build for 1.3.1. the highest one i have is 2.2.1. but this one does not seem to include 1.4.1.
am i doing something wrong?
also i would like to know what changes are there.

https://forums.garmin.com/showthread.php?365863-Software-Version-7-10-Now-Available!

Changes made from version 6.30 to 7.10:


  • Added support for Connect IQ 1.4.1 SDK. See the Connect IQ 1.4.1 SDK for a list of new features.

  • The 2.2.1 SDK is the SDK for 1.4.1 The only "new thing" for 1.4.1 I've seen in the api doc is:

    #toNumberWithBase(base) ⇒ Number

    Convert a string to a number using the specified base.

    Parameters:
    base — The base of the input string. If the value of base is zero, the syntax expected is similar to that of integer constants, which includes: An optional sign character (+ or -), An optional, prefix for octal or hexadecimal (“0” or “0x”), and a sequence of digits in the prefixed base, or decimal if none was specified. If the base value is between 2 and 36, the format expected for the number is valid digits and/or letters that represent integers of the specified radix (from '0' to 'z'/'Z' for radix 36). The sequence may be optionally prefixed with “0x” if base is 16.
    Returns:
    (Number) — A Number object
    Since:
    1.4.1


    So just keep doing what you've been doing and it will be fine. But you may want to go with the 2.2.1 SDK, just because the simulator has a new feature where it's a smarter about calls you use and what's available on the device itself.
  • thanks for the info Jim,
    i switched yesterday to 2.2.1. and somehow i expected to see Target SDK 1.4.1 in the drop down list on the "run configurations" form. it shows stlll 1.3.x. i guess 1.4.1 is just handled as a 1.3.x version, given it contains just minor changes.
  • If there was a way to set a min of 1.4.1 for the 23x, I'm not sure you'd want to do that anyway.

    What it would do is only allow your app to be used on 23x's that have 1.4.1, which could eliminate people that are hesitant to update their FW (some people hold back a while to let others test new FW), as well as in many cases the APAC version (they can be a bit behind the non-APAC version when it comes to FW releases)