01-14-2021 13:47
01-14-2021 13:47
When creating a fitbit project through CLI it automatically builds for SDK 5.0. Is there a way to specify it to build for SDK 4.2 instead?
Answered! Go to the Best Answer.
01-15-2021 03:44
01-15-2021 03:44
Yeah, you can use this command:
npx create-fitbit-app --sdk-version 4.2.0 my-new-app
01-15-2021 03:44
01-15-2021 03:44
Yeah, you can use this command:
npx create-fitbit-app --sdk-version 4.2.0 my-new-app
01-15-2021 10:50
01-15-2021 10:50
Brilliant, worked. Thanks @JonFitbit